MCPcopy 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
399func (c *Context) enterWithLock(typ Type) {
400 c.byID = append(c.byID, typ)
401}
402
403func (c *Context) LookupTypeValue(typ Type) Value {
404 c.mu.Lock()

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