Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pquerna/ffjson
/ UnreadByte
Method
UnreadByte
fflib/v1/reader.go:124–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
func
(r *ffReader) UnreadByte() error {
125
if
r.i <= 0 {
126
panic(
"ffReader.UnreadByte: at beginning of slice"
)
127
}
128
r.i--
129
return
nil
130
}
131
132
func
(r *ffReader) readU4(j int) (rune, error) {
133
Callers
1
unreadByte
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected