MCPcopy 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

getNameMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected