MCPcopy Index your code
hub / github.com/antlr/codebuff / apply

Method apply

output/java_guava/1.4.19/ClassPath.java:67–70  ·  view source on GitHub ↗
(ClassInfo info)

Source from the content-addressed store, hash-verified

65
66 private static final Predicate<ClassInfo> IS_TOP_LEVEL = new Predicate<ClassInfo>() {
67 @Override
68 public boolean apply(ClassInfo info) {
69 return info.className.indexOf('$') == -1;
70 }
71 };
72
73 /** Separator for the Class-Path manifest attribute value in jar files. */

Callers

nothing calls this directly

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected