Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1030924 // fieldNameForConceptLink

JavaX fragment (include) [tags: use-pretranspiled]

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;
}

Author comment

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: 99 / 163
Referenced in: [show references]