MCPcopy Create free account
hub / github.com/google/guice / size

Method size

core/src/com/google/inject/internal/Errors.java:699–701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

697 }
698
699 public int size() {
700 return root.errors == null ? 0 : root.errors.size();
701 }
702
703 // TODO(lukes): inline in callers. There are some callers outside of guice, so this is difficult
704 public static Object convert(Object o) {

Calls

no outgoing calls