MCPcopy Index your code
hub / github.com/google/codesearch / instString

Function instString

regexp/copy.go:150–154  ·  view source on GitHub ↗
(i *syntax.Inst)

Source from the content-addressed store, hash-verified

148}
149
150func instString(i *syntax.Inst) string {
151 var b bytes.Buffer
152 dumpInst(&b, i)
153 return b.String()
154}
155
156func bw(b *bytes.Buffer, args ...string) {
157 for _, s := range args {

Callers

nothing calls this directly

Calls 2

dumpInstFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…