Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
150
func
instString(i *syntax.Inst) string {
151
var
b bytes.Buffer
152
dumpInst(&b, i)
153
return
b.String()
154
}
155
156
func
bw(b *bytes.Buffer, args ...string) {
157
for
_, s :=
range
args {
Callers
nothing calls this directly
Calls
2
dumpInst
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…