Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FamilySearch/gedcom5-java
/ getMedia
Method
getMedia
src/main/java/org/folg/gedcom/model/Gedcom.java:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
public
List<Media> getMedia() {
97
return
media != null ? media : Collections.<Media>emptyList();
98
}
99
100
public
Media getMedia(String id) {
101
return
mediaIndex.get(id);
Callers
2
createIndexes
Method · 0.95
accept
Method · 0.95
Calls
1
get
Method · 0.80
Tested by
no test coverage detected