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

Method String

msgp/errors_tinygo.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22type stringer interface {
23 String() string
24}
25
26func ifToStr(i interface{}) string {

Callers 15

main.goFile · 0.65
parseExprMethod · 0.65
passignoreFunction · 0.65
applyShimFunction · 0.65
ifToStrFunction · 0.65
AppendIntfFunction · 0.65
TestCopyJSONFunction · 0.65
TestCopyJSONNegativeUTF8Function · 0.65
WriteIntfMethod · 0.65
writeMapMethod · 0.65
TestUnmarshalJSONFunction · 0.65

Implementers 1

Numbermsgp/number.go

Calls

no outgoing calls

Tested by 8

TestCopyJSONFunction · 0.52
TestCopyJSONNegativeUTF8Function · 0.52
TestUnmarshalJSONFunction · 0.52
TestJSONNumberReplaceFunction · 0.52
TestJSONNumberFunction · 0.52
mustEncodeToJSONFunction · 0.52