Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
func
(r *ffReader) Slice(start, stop int) []byte {
44
return
r.s[start:stop]
45
}
46
47
func
(r *ffReader) Pos() int {
48
return
r.i
Callers
2
wantBytes
Method · 0.80
lexNumber
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected