MCPcopy Create free account
hub / github.com/divan/txqr / IsCompleted

Method IsCompleted

decode.go:131–133  ·  view source on GitHub ↗

IsCompleted reports whether the read was completed successfully or not.

()

Source from the content-addressed store, hash-verified

129
130// IsCompleted reports whether the read was completed successfully or not.
131func (d *Decoder) IsCompleted() bool {
132 return d.completed
133}
134
135// Reset resets decoder, preparing it for the next run.
136func (d *Decoder) Reset() {

Callers 6

TestTXQRFunction · 0.95
TestTXQRErasuresFunction · 0.95
BenchmarkTXQRErasuresFunction · 0.95
TestDecodeFunction · 0.95
TestInvalidDecodeFunction · 0.95
DecodeMethod · 0.95

Calls

no outgoing calls

Tested by 5

TestTXQRFunction · 0.76
TestTXQRErasuresFunction · 0.76
BenchmarkTXQRErasuresFunction · 0.76
TestDecodeFunction · 0.76
TestInvalidDecodeFunction · 0.76