Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ toString
Method
toString
java/org/apache/tomcat/util/http/ServerCookie.java:83–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
// -------------------- utils --------------------
82
83
@Override
84
public
String toString() {
85
return
"Cookie "
+ getName() +
"="
+ getValue();
86
}
87
}
88
Callers
nothing calls this directly
Calls
2
getName
Method · 0.95
getValue
Method · 0.95
Tested by
no test coverage detected