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

Method toString

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

Source from the content-addressed store, hash-verified

385 public abstract ImmutableSet<StarlarkType> getTypes();
386
387 @Override
388 public final String toString() {
389 return getTypes().stream().map(StarlarkType::toString).collect(joining("|"));
390 }
391 }
392
393 public static ListType list(StarlarkType elementType) {

Callers

nothing calls this directly

Calls 2

getTypesMethod · 0.95
mapMethod · 0.45

Tested by

no test coverage detected