MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / More

Method More

pkg/util/json/tokenizer/decoder.go:68–70  ·  view source on GitHub ↗

More returns true if there is more non-whitespace tokens available.

()

Source from the content-addressed store, hash-verified

66
67// More returns true if there is more non-whitespace tokens available.
68func (d *Decoder) More() bool {
69 return d.scanner.More()
70}
71
72// Release releases acquired resources.
73func (d *Decoder) Release() {

Callers 1

parseUsingFastParserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected