MCPcopy 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
178func u32(i uint32) string {
179 return strconv.FormatUint(uint64(i), 10)
180}
181
182func dumpInst(b *bytes.Buffer, i *syntax.Inst) {
183 switch i.Op {

Callers 1

dumpInstFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected