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

Function NewContext

csup/context.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39type ID uint32
40
41func NewContext() *Context {
42 return &Context{local: super.NewContext()}
43}
44
45func (c *Context) enter(meta Metadata) ID {
46 id := ID(len(c.metas))

Callers 2

NewObjectFromHeaderFunction · 0.70
NewDynamicEncoderFunction · 0.70

Calls 1

NewContextFunction · 0.92

Tested by

no test coverage detected