MCPcopy Create free account
hub / github.com/bazelbuild/bazel / getTypes

Method getTypes

src/main/java/net/starlark/java/types/Types.java:385–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383 @AutoValue
384 public abstract static class UnionType extends StarlarkType {
385 public abstract ImmutableSet<StarlarkType> getTypes();
386
387 @Override
388 public final String toString() {

Callers 3

toStringMethod · 0.95
unionMethod · 0.80
isSubtypeOfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected