MCPcopy
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
568func (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.
574func (err FFErr) ToError() error {

Callers

nothing calls this directly

Calls 1

scanFieldMethod · 0.95

Tested by

no test coverage detected