Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
type
rewinder
interface
{
44
Rewind(n int) (err error)
45
}
46
47
type
encoder
interface
{
Callers
nothing calls this directly
Implementers
1
Buffer
fflib/v1/buffer.go
Calls
no outgoing calls
Tested by
no test coverage detected