MCPcopy Create free account
hub / github.com/pquerna/ffjson / Rewind

Method Rewind

fflib/v1/buffer.go:44–44  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

42
43type rewinder interface {
44 Rewind(n int) (err error)
45}
46
47type encoder interface {

Callers

nothing calls this directly

Implementers 1

Bufferfflib/v1/buffer.go

Calls

no outgoing calls

Tested by

no test coverage detected