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

Method onUInt1

compiler/parser/parser.go:22871–22873  ·  view source on GitHub ↗
(s any)

Source from the content-addressed store, hash-verified

22869}
22870
22871func (c *current) onUInt1(s any) (any, error) {
22872 return parseInt(s), nil
22873}
22874
22875func (p *parser) callonUInt1() (any, error) {
22876 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonUInt1Method · 0.80

Calls 1

parseIntFunction · 0.85

Tested by

no test coverage detected