MCPcopy Create free account
hub / github.com/brimdata/super / ID

Method ID

type.go:40–40  ·  view source on GitHub ↗

ID returns a unique (per Context) identifier that represents this type. For a named type, this identifier represents the underlying type and not the named type itself. Callers that care about the underlying type of a Value for example should prefer to use this instead of using a Go type assertion o

()

Source from the content-addressed store, hash-verified

38 // example should prefer to use this instead of using a Go
39 // type assertion on a Type instance.
40 ID() int
41 Kind() Kind
42}
43

Callers 15

IDMethod · 0.65
UintMethod · 0.65
IntMethod · 0.65
FloatMethod · 0.65
BoolMethod · 0.65
BytesMethod · 0.65
IsNullMethod · 0.65
TestDuplicatesFunction · 0.65
TypeIDFunction · 0.65
CompareTypesFunction · 0.65
appendTypeValueFunction · 0.65
SerializeMethod · 0.65

Calls

no outgoing calls

Tested by 4

TestDuplicatesFunction · 0.52
TestArithmeticFunction · 0.52
runCasesHelperFunction · 0.52