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

Method callonUInt1

compiler/parser/parser.go:22875–22879  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22873}
22874
22875func (p *parser) callonUInt1() (any, error) {
22876 stack := p.vstack[len(p.vstack)-1]
22877 _ = stack
22878 return p.cur.onUInt1(stack["s"])
22879}
22880
22881func (c *current) onUIntString1() (any, error) {
22882 return string(c.text), nil

Callers

nothing calls this directly

Calls 1

onUInt1Method · 0.80

Tested by

no test coverage detected