MCPcopy
hub / github.com/tinylib/msgp / randIdent

Function randIdent

gen/elem.go:20–23  ·  view source on GitHub ↗

generate a random identifier name

()

Source from the content-addressed store, hash-verified

18
19// generate a random identifier name
20func randIdent() string {
21 identNext++
22 return fmt.Sprintf("%s%04d", identPrefix, identNext)
23}
24
25// This code defines the type declaration tree.
26//

Callers 15

gBaseMethod · 0.85
SetVarnameMethod · 0.85
SetVarnameMethod · 0.85
SetVarnameMethod · 0.85
readBytesWithLimitMethod · 0.85
tupleMethod · 0.85
mapstructMethod · 0.85
binaryUnmarshalCallMethod · 0.85
gBaseMethod · 0.85
gArrayMethod · 0.85
gSliceMethod · 0.85
gMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…