MCPcopy 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

removeNoteMethod · 0.95
lockInternalMethod · 0.95
unlockInternalMethod · 0.95
setNoteMethod · 0.65

Tested by

no test coverage detected