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

Method getStoreName

java/org/apache/catalina/session/FileStore.java:131–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130
131 @Override
132 public String getStoreName() {
133 return storeName;
134 }
135
136
137 @Override

Callers 3

loadMethod · 0.95
removeMethod · 0.95
saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected