Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mangle
/ freshNameGenerator
Function
freshNameGenerator
rewrite/rewrite.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
freshNameGenerator() nameGen {
70
return
nameGen{0}
71
}
72
73
func
(gen nameGen) freshPredicateName(sym ast.PredicateSym, arity int) ast.PredicateSym {
74
gen.n++
Callers
1
Rewrite
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected