Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22871
func
(c *current) onUInt1(s any) (any, error) {
22872
return
parseInt(s), nil
22873
}
22874
22875
func
(p *parser) callonUInt1() (any, error) {
22876
stack := p.vstack[len(p.vstack)-1]
Callers
1
callonUInt1
Method · 0.80
Calls
1
parseInt
Function · 0.85
Tested by
no test coverage detected