Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
union
Method · 0.80
isSubtypeOf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected