Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
func
(r *resolver) nextTag() string {
241
tag := strconv.Itoa(r.ntag)
242
r.ntag++
243
return
tag
244
}
245
246
func
isBuiltin(tag string) bool {
247
_, err := strconv.Atoi(tag)
Callers
2
lookupFixed
Method · 0.95
getVariant
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected