MCPcopy Index your code
hub / github.com/annmuor/jnode / getSource

Method getSource

jnode-core/src/jnode/orm/ORMManager.java:185–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 }
184
185 public static ConnectionSource getSource() throws Exception {
186 if (INSTANSE.source != null) {
187 return INSTANSE.source;
188 }
189 synchronized (INSTANSE) {
190 INSTANSE.start();
191 return INSTANSE.source;
192 }
193 }
194}

Callers 3

GenericDAOMethod · 0.95
updateFromVersionMethod · 0.95
stateChangedMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected