Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Call
Method
Call
runtime/sam/expr/function/types.go:14–16 ·
view source on GitHub ↗
(args []super.Value)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
(t *TypeOf) Call(args []super.Value) super.Value {
15
return
t.sctx.LookupTypeValue(args[0].Type())
16
}
17
18
type
NameOf
struct
{
19
sctx *super.Context
Callers
nothing calls this directly
Calls
2
LookupTypeValue
Method · 0.80
Type
Method · 0.65
Tested by
no test coverage detected