Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
type
stringer
interface
{
23
String() string
24
}
25
26
func
ifToStr(i
interface
{}) string {
Callers
15
main.go
File · 0.65
parseExpr
Method · 0.65
passignore
Function · 0.65
applyShim
Function · 0.65
ifToStr
Function · 0.65
AppendIntf
Function · 0.65
TestCopyJSON
Function · 0.65
TestCopyJSONNumericMapKeys
Function · 0.65
TestCopyJSONNegativeUTF8
Function · 0.65
WriteIntf
Method · 0.65
writeMap
Method · 0.65
TestUnmarshalJSON
Function · 0.65
Implementers
1
Number
msgp/number.go
Calls
no outgoing calls
Tested by
8
TestCopyJSON
Function · 0.52
TestCopyJSONNumericMapKeys
Function · 0.52
TestCopyJSONNegativeUTF8
Function · 0.52
TestUnmarshalJSON
Function · 0.52
TestUnmarshalAsJSONNumericMapKeys
Function · 0.52
TestJSONNumberReplace
Function · 0.52
TestJSONNumber
Function · 0.52
mustEncodeToJSON
Function · 0.52