Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/codesearch
/ progString
Function
progString
regexp/copy.go:144–148 ·
view source on GitHub ↗
(p *syntax.Prog)
Source
from the content-addressed store, hash-verified
142
}
143
144
func
progString(p *syntax.Prog) string {
145
var
b bytes.Buffer
146
dumpProg(&b, p)
147
return
b.String()
148
}
149
150
func
instString(i *syntax.Inst) string {
151
var
b bytes.Buffer
Callers
nothing calls this directly
Calls
2
dumpProg
Function · 0.85
String
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…