MCPcopy Create free account
hub / github.com/apache/tomcat / keys

Method keys

test/org/apache/catalina/session/TesterStore.java:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public String[] keys() throws IOException {
61 return new ArrayList<>(sessions.keySet()).toArray(new String[0]);
62 }
63
64 @Override
65 public Session load(String id) throws ClassNotFoundException,

Callers

nothing calls this directly

Calls 2

toArrayMethod · 0.45
keySetMethod · 0.45

Tested by

no test coverage detected