MCPcopy Create free account
hub / github.com/Restream/reindexer / Finalize

Method Finalize

cjson/decoder.go:895–900  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

893}
894
895func (dec *Decoder) Finalize() {
896 if dec.ser != nil {
897 dec.ser.Close()
898 dec.ser = nil
899 }
900}
901
902func (dec *Decoder) Decode(cjson []byte, dest any) (err error) {
903

Callers 4

unpackItemFunction · 0.95
BenchmarkCJsonDecodeFunction · 0.95

Calls 1

CloseMethod · 0.45