MCPcopy
hub / github.com/pquerna/ffjson / scanToTok

Function scanToTok

fflib/v1/lexer_test.go:56–59  ·  view source on GitHub ↗
(ffl *FFLexer, targetTok FFTok)

Source from the content-addressed store, hash-verified

54}
55
56func scanToTok(ffl *FFLexer, targetTok FFTok) error {
57 _, err := scanToTokCount(ffl, targetTok)
58 return err
59}
60
61func scanToTokCount(ffl *FFLexer, targetTok FFTok) (int, error) {
62 c := 0

Callers 3

tDoubleFunction · 0.85
tIntFunction · 0.85
TestCaptureFunction · 0.85

Calls 1

scanToTokCountFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…