Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ setNote
Method
setNote
java/org/apache/catalina/ha/session/DeltaSession.java:776–779 ·
view source on GitHub ↗
(String name, Object value)
Source
from the content-addressed store, hash-verified
774
775
776
@Override
777
public
void
setNote(String name, Object value) {
778
setNote(name, value, true);
779
}
780
781
/**
782
* Set a note on this session.
Callers
nothing calls this directly
Calls
4
removeNote
Method · 0.95
lockInternal
Method · 0.95
unlockInternal
Method · 0.95
setNote
Method · 0.65
Tested by
no test coverage detected