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

Function bw

regexp/copy.go:156–160  ·  view source on GitHub ↗
(b *bytes.Buffer, args ...string)

Source from the content-addressed store, hash-verified

154}
155
156func bw(b *bytes.Buffer, args ...string) {
157 for _, s := range args {
158 b.WriteString(s)
159 }
160}
161
162func dumpProg(b *bytes.Buffer, p *syntax.Prog) {
163 for j := range p.Inst {

Callers 2

dumpProgFunction · 0.85
dumpInstFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected