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

Method nextIDWithLock

context.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (c *Context) nextIDWithLock() int {
77 return len(c.byID)
78}
79
80func (c *Context) LookupType(id int) (Type, error) {
81 if id < 0 {

Callers 9

LookupTypeRecordMethod · 0.95
LookupTypeArrayMethod · 0.95
LookupTypeSetMethod · 0.95
LookupTypeMapMethod · 0.95
LookupTypeUnionMethod · 0.95
LookupTypeEnumMethod · 0.95
LookupTypeNamedMethod · 0.95
LookupTypeErrorMethod · 0.95
LookupTypeFusionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected