MCPcopy Index your code
hub / github.com/apache/tomcat / getLoader

Method getLoader

java/org/apache/catalina/core/StandardContext.java:1846–1855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1844
1845
1846 @Override
1847 public Loader getLoader() {
1848 Lock readLock = loaderLock.readLock();
1849 readLock.lock();
1850 try {
1851 return loader;
1852 } finally {
1853 readLock.unlock();
1854 }
1855 }
1856
1857 @Override
1858 public void setLoader(Loader loader) {

Callers 6

testGetURLsMethod · 0.95
startInternalMethod · 0.95
stopInternalMethod · 0.95
destroyInternalMethod · 0.95
backgroundProcessMethod · 0.95
bindMethod · 0.95

Calls 3

readLockMethod · 0.80
lockMethod · 0.65
unlockMethod · 0.65

Tested by 1

testGetURLsMethod · 0.76