MCPcopy 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
144func progString(p *syntax.Prog) string {
145 var b bytes.Buffer
146 dumpProg(&b, p)
147 return b.String()
148}
149
150func instString(i *syntax.Inst) string {
151 var b bytes.Buffer

Callers

nothing calls this directly

Calls 2

dumpProgFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…