Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ isBuiltin
Function
isBuiltin
compiler/semantic/resolver.go:246–249 ·
view source on GitHub ↗
(tag string)
Source
from the content-addressed store, hash-verified
244
}
245
246
func
isBuiltin(tag string) bool {
247
_, err := strconv.Atoi(tag)
248
return
err != nil
249
}
Callers
3
semCallByName
Method · 0.85
resolveCall
Method · 0.85
expr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected