MCPcopy Create free account
hub / github.com/apache/tomcat / reset

Method reset

test/org/apache/tomcat/unittest/TesterResponse.java:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public void reset() {
63 // Minimal implementation for tests that avoids using OutputBuffer
64 if (super.getCoyoteResponse() != null) {
65 super.getCoyoteResponse().reset();
66 }
67 }
68}

Callers

nothing calls this directly

Calls 2

resetMethod · 0.65
getCoyoteResponseMethod · 0.45

Tested by

no test coverage detected