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

Method getStart

java/org/apache/tomcat/util/buf/AbstractChunk.java:125–127  ·  view source on GitHub ↗

Returns the start position of the data in the buffer. @return the start position of the data in the buffer

()

Source from the content-addressed store, hash-verified

123 * @return the start position of the data in the buffer
124 */
125 public int getStart() {
126 return start;
127 }
128
129
130 /**

Callers 10

convertMethod · 0.45
convertMethod · 0.45
appendMethod · 0.45
equalsMethod · 0.45
appendMethod · 0.45
equalsMethod · 0.45
urlEncodeMethod · 0.45
convertMethod · 0.45
toStringMethod · 0.45
compareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected