MCPcopy
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
186func (ffl *FFLexer) unreadByte() {
187 ffl.reader.UnreadByte()
188}
189
190func (ffl *FFLexer) wantBytes(want []byte, iftrue FFTok) FFTok {
191 startPos := ffl.reader.Pos()

Callers 3

wantBytesMethod · 0.95
lexNumberMethod · 0.95
ScanMethod · 0.95

Calls 1

UnreadByteMethod · 0.80

Tested by

no test coverage detected