Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/codesearch
/ u32
Function
u32
regexp/copy.go:178–180 ·
view source on GitHub ↗
(i uint32)
Source
from the content-addressed store, hash-verified
176
}
177
178
func
u32(i uint32) string {
179
return
strconv.FormatUint(uint64(i), 10)
180
}
181
182
func
dumpInst(b *bytes.Buffer, i *syntax.Inst) {
183
switch
i.Op {
Callers
1
dumpInst
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected