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

Method TypeName

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

TypeName is the canonical go type name of the node e.g. "string", "int", "map[string]float64" OR the alias name, if it has been set.

()

Source from the content-addressed store, hash-verified

243 // e.g. "string", "int", "map[string]float64"
244 // OR the alias name, if it has been set.
245 TypeName() string
246
247 // Alias sets a type (alias) name
248 Alias(typ string)

Callers 15

resolveMethod · 0.65
PrintToMethod · 0.65
parseExprMethod · 0.65
nextShimMethod · 0.65
nextInlineMethod · 0.65
IgnoreTypenameFunction · 0.65
resizeMapMethod · 0.65
mapAssignMethod · 0.65
resizeSliceMethod · 0.65
resizeSliceNoNilMethod · 0.65
initPtrMethod · 0.65
ExecuteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected