Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
(c *Context) nextIDWithLock() int {
77
return
len(c.byID)
78
}
79
80
func
(c *Context) LookupType(id int) (Type, error) {
81
if
id < 0 {
Callers
9
LookupTypeRecord
Method · 0.95
LookupTypeArray
Method · 0.95
LookupTypeSet
Method · 0.95
LookupTypeMap
Method · 0.95
LookupTypeUnion
Method · 0.95
LookupTypeEnum
Method · 0.95
LookupTypeNamed
Method · 0.95
LookupTypeError
Method · 0.95
LookupTypeFusion
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected