Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
156
func
bw(b *bytes.Buffer, args ...string) {
157
for
_, s :=
range
args {
158
b.WriteString(s)
159
}
160
}
161
162
func
dumpProg(b *bytes.Buffer, p *syntax.Prog) {
163
for
j :=
range
p.Inst {
Callers
2
dumpProg
Function · 0.85
dumpInst
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected