Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pquerna/ffjson
/ unreadByte
Method
unreadByte
fflib/v1/lexer.go:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
func
(ffl *FFLexer) unreadByte() {
187
ffl.reader.UnreadByte()
188
}
189
190
func
(ffl *FFLexer) wantBytes(want []byte, iftrue FFTok) FFTok {
191
startPos := ffl.reader.Pos()
Callers
3
wantBytes
Method · 0.95
lexNumber
Method · 0.95
Scan
Method · 0.95
Calls
1
UnreadByte
Method · 0.80
Tested by
no test coverage detected