MCPcopy Create free account
hub / github.com/facebook/SoLoader / cloneSoSources

Method cloneSoSources

java/com/facebook/soloader/SoLoader.java:737–744  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

735 }
736
737 public static SoSource[] cloneSoSources() {
738 sSoSourcesLock.readLock().lock();
739 try {
740 return (sSoSources == null) ? new SoSource[0] : sSoSources.clone();
741 } finally {
742 sSoSourcesLock.readLock().unlock();
743 }
744 }
745
746 /**
747 * Gets the dependencies of a library.

Callers

nothing calls this directly

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected