Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ String
Method
String
proto/reflect.go:44–44 ·
view source on GitHub ↗
Returns a human-readable representation of the type.
()
Source
from the content-addressed store, hash-verified
42
type
Type
interface
{
43
// Returns a human-readable representation of the type.
44
String() string
45
46
// Returns the name of the type.
47
Name() string
Callers
15
TestTypeOf
Function · 0.65
String
Method · 0.65
TestRewrite
Function · 0.65
BenchmarkRewrite
Function · 0.65
codecOf
Function · 0.65
parseRewriteTemplateString
Function · 0.65
encodeFuncOf
Function · 0.65
encodeString
Function · 0.65
Error
Method · 0.65
Error
Method · 0.65
Decode
Method · 0.65
decodeFuncOf
Function · 0.65
Implementers
4
primitiveType
proto/reflect.go
mapType
proto/reflect.go
structType
proto/reflect.go
opaqueMessageType
proto/reflect.go
Calls
no outgoing calls
Tested by
11
TestTypeOf
Function · 0.52
TestRewrite
Function · 0.52
BenchmarkRewrite
Function · 0.52
TestNumberAccessors
Function · 0.52
TestUnmarshalNulls
Function · 0.52
TestStringBytes
Function · 0.52
TestCompact
Function · 0.52
TestCompactSeparators
Function · 0.52
TestIndent
Function · 0.52
MarshalJSON
Method · 0.52
TestParse
Function · 0.52