MCPcopy 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

27const sliceStringMask = cIJC | cNFP
28
29type ffReader struct {
30 s []byte
31 i int
32 l int
33}
34
35func newffReader(d []byte) *ffReader {
36 return &ffReader{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected