MCPcopy
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
124func (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
132func (r *ffReader) readU4(j int) (rune, error) {
133

Callers 1

unreadByteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected