MCPcopy
hub / github.com/pquerna/ffjson / DecodingBuffer

Interface DecodingBuffer

fflib/v1/buffer.go:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type DecodingBuffer interface {
65 io.ReadWriter
66 io.ByteWriter
67 stringWriter
68 runeWriter
69 truncater
70 grower
71 bytesReader
72 lener
73}
74
75// A Buffer is a variable-sized buffer of bytes with Read and Write methods.
76// The zero value for Buffer is an empty buffer ready to use.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…