MCPcopy Create free account
hub / github.com/antlr/codebuff / get

Method get

output/java_guava/1.4.19/Bytes.java:288–292  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

286 }
287
288 @Override
289 public Byte get(int index) {
290 checkElementIndex(index, size());
291 return array[start + index];
292 }
293
294 @Override
295 public boolean contains(Object target) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
checkElementIndexMethod · 0.45

Tested by

no test coverage detected