MCPcopy 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
21type truncater interface {
22 Truncate(n int)
23 Reset()
24}
25
26type bytesReader interface {
27 Bytes() []byte

Callers 7

ResetMethod · 0.65
lexStringMethod · 0.65
ScanMethod · 0.65
scanFieldMethod · 0.65
DecodeMethod · 0.65
DecodeFastMethod · 0.65
EncodeMethod · 0.65

Implementers 1

Bufferfflib/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…