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

Method nextTag

compiler/semantic/resolver.go:240–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func (r *resolver) nextTag() string {
241 tag := strconv.Itoa(r.ntag)
242 r.ntag++
243 return tag
244}
245
246func isBuiltin(tag string) bool {
247 _, err := strconv.Atoi(tag)

Callers 2

lookupFixedMethod · 0.95
getVariantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected