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

Method setNew

java/org/apache/catalina/ha/session/DeltaSession.java:329–332  ·  view source on GitHub ↗
(boolean isNew)

Source from the content-addressed store, hash-verified

327 }
328
329 @Override
330 public void setNew(boolean isNew) {
331 setNew(isNew, true);
332 }
333
334 /**
335 * Set the new flag.

Callers

nothing calls this directly

Calls 3

lockInternalMethod · 0.95
unlockInternalMethod · 0.95
setNewMethod · 0.65

Tested by

no test coverage detected