Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FamilySearch/gedcom5-java
/ getNotes
Method
getNotes
src/main/java/org/folg/gedcom/model/Gedcom.java:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
public
List<Note> getNotes() {
119
return
notes != null ? notes : Collections.<Note>emptyList();
120
}
121
122
public
Note getNote(String id) {
123
return
noteIndex.get(id);
Callers
2
createIndexes
Method · 0.95
accept
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected