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

Method apply

corpus/java/training/guava/reflect/ClassPath.java:69–72  ·  view source on GitHub ↗
(ClassInfo info)

Source from the content-addressed store, hash-verified

67 private static final Predicate<ClassInfo> IS_TOP_LEVEL =
68 new Predicate<ClassInfo>() {
69 @Override
70 public boolean apply(ClassInfo info) {
71 return info.className.indexOf('$') == -1;
72 }
73 };
74
75 /** 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