MCPcopy Index your code
hub / github.com/apache/tomcat / reset

Method reset

java/org/apache/jasper/compiler/JspReader.java:267–269  ·  view source on GitHub ↗
(Mark mark)

Source from the content-addressed store, hash-verified

265 }
266
267 void reset(Mark mark) {
268 current = new Mark(mark);
269 }
270
271 /**
272 * Similar to {@link #reset(Mark)} but no new Mark will be created. Therefore, the parameter mark must NOT be used

Callers 2

getTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected