MCPcopy 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
246func isBuiltin(tag string) bool {
247 _, err := strconv.Atoi(tag)
248 return err != nil
249}

Callers 3

semCallByNameMethod · 0.85
resolveCallMethod · 0.85
exprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected