Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lockInternal
Method · 0.95
unlockInternal
Method · 0.95
setNew
Method · 0.65
Tested by
no test coverage detected