Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
type
ID uint32
40
41
func
NewContext() *Context {
42
return
&Context{local: super.NewContext()}
43
}
44
45
func
(c *Context) enter(meta Metadata) ID {
46
id := ID(len(c.metas))
Callers
2
NewObjectFromHeader
Function · 0.70
NewDynamicEncoder
Function · 0.70
Calls
1
NewContext
Function · 0.92
Tested by
no test coverage detected