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

Method Slice

fflib/v1/reader.go:43–45  ·  view source on GitHub ↗
(start, stop int)

Source from the content-addressed store, hash-verified

41}
42
43func (r *ffReader) Slice(start, stop int) []byte {
44 return r.s[start:stop]
45}
46
47func (r *ffReader) Pos() int {
48 return r.i

Callers 2

wantBytesMethod · 0.80
lexNumberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected