MCPcopy Create free account
hub / github.com/badvision/jace / getLocalLibrary

Method getLocalLibrary

src/main/java/jace/library/MediaCache.java:84–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public static MediaCache getLocalLibrary() {
85 if (LOCAL_LIBRARY == null) {
86 LOCAL_LIBRARY = new MediaCache();
87 LOCAL_LIBRARY.readLibraryFromDisk();
88 }
89 return LOCAL_LIBRARY;
90
91 }
92
93 private void cleanup() {
94 cleanup(nameLookup);

Callers 3

getCurrentFileMethod · 0.95
markDirtyMethod · 0.95
findLocalEntryMethod · 0.95

Calls 1

readLibraryFromDiskMethod · 0.80

Tested by

no test coverage detected