Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pquerna/ffjson
/ ffReader
Struct
ffReader
fflib/v1/reader.go:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
const
sliceStringMask = cIJC | cNFP
28
29
type
ffReader
struct
{
30
s []byte
31
i int
32
l int
33
}
34
35
func
newffReader(d []byte) *ffReader {
36
return
&ffReader{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected