Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pquerna/ffjson
/ truncater
Interface
truncater
fflib/v1/buffer.go:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
type
truncater
interface
{
22
Truncate(n int)
23
Reset()
24
}
25
26
type
bytesReader
interface
{
27
Bytes() []byte
Callers
7
Reset
Method · 0.65
lexString
Method · 0.65
Scan
Method · 0.65
scanField
Method · 0.65
Decode
Method · 0.65
DecodeFast
Method · 0.65
Encode
Method · 0.65
Implementers
1
Buffer
fflib/v1/buffer.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…