Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pquerna/ffjson
/ SkipField
Method
SkipField
fflib/v1/lexer.go:568–571 ·
view source on GitHub ↗
(start FFTok)
Source
from the content-addressed store, hash-verified
566
}
567
568
func
(ffl *FFLexer) SkipField(start FFTok) error {
569
_, err := ffl.scanField(start, false)
570
return
err
571
}
572
573
// TODO(pquerna): return line number and offset.
574
func
(err FFErr) ToError() error {
Callers
nothing calls this directly
Calls
1
scanField
Method · 0.95
Tested by
no test coverage detected