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

Method Release

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

Release releases acquired resources.

()

Source from the content-addressed store, hash-verified

71
72// Release releases acquired resources.
73func (d *Decoder) Release() {
74 d.scanner.Release()
75}
76
77type stack []bool
78

Callers 1

parseUsingFastParserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected