MCPcopy 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
14func (t *TypeOf) Call(args []super.Value) super.Value {
15 return t.sctx.LookupTypeValue(args[0].Type())
16}
17
18type NameOf struct {
19 sctx *super.Context

Callers

nothing calls this directly

Calls 2

LookupTypeValueMethod · 0.80
TypeMethod · 0.65

Tested by

no test coverage detected