Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ enterWithLock
Method
enterWithLock
context.go:399–401 ·
view source on GitHub ↗
(typ Type)
Source
from the content-addressed store, hash-verified
397
}
398
399
func
(c *Context) enterWithLock(typ Type) {
400
c.byID = append(c.byID, typ)
401
}
402
403
func
(c *Context) LookupTypeValue(typ Type) Value {
404
c.mu.Lock()
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