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

Method clear

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

Source from the content-addressed store, hash-verified

159 // --------------------------------------------------------- Public Methods
160
161 @Override
162 public void clear() throws IOException {
163 String[] keys = keys();
164 for (String key : keys) {
165 remove(key);
166 }
167 }
168
169
170 @Override

Callers 1

testFileStoreMethod · 0.95

Calls 2

keysMethod · 0.95
removeMethod · 0.95

Tested by 1

testFileStoreMethod · 0.76