Libraryless. Click here for Pure Java version (14894L/96K).
sS fieldNameForConceptLink(Concept from, Concept to) { for (Pair<Concept.Ref, S> p : scanConceptForRefsWithFieldNames(from)) if (derefRef(p.a) == to) ret p.b; null; }
Began life as a copy of #1030921
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030924 |
| Snippet name: | fieldNameForConceptLink |
| Eternal ID of this version: | #1030924/1 |
| Text MD5: | 365720f3ebd5cf24d204234388d65cb6 |
| Transpilation MD5: | 9f51271c6126bc5159b78e229fc6aefa |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-10 19:01:39 |
| Source code size: | 185 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 408 / 540 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |