Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FamilySearch/gedcom5-java
/ getPeople
Method
getPeople
src/main/java/org/folg/gedcom/model/Gedcom.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
List<Person> getPeople() {
53
return
people != null ? people : Collections.<Person>emptyList();
54
}
55
56
public
Person getPerson(String id) {
57
return
personIndex.get(id);
Callers
4
testAddressStructureParsing
Method · 0.95
updateReferences
Method · 0.95
createIndexes
Method · 0.95
accept
Method · 0.95
Calls
no outgoing calls
Tested by
1
testAddressStructureParsing
Method · 0.76