MCPcopy Create free account
hub / github.com/chain/txvm / Err

Method Err

errors/writer.go:38–40  ·  view source on GitHub ↗

Err returns the first error encountered by Write, if any.

()

Source from the content-addressed store, hash-verified

36
37// Err returns the first error encountered by Write, if any.
38func (w *Writer) Err() error {
39 return w.err
40}
41
42// Written returns the number of bytes written
43// to the underlying writer.

Callers 2

TestWriterFunction · 0.95
TestGoldenFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestWriterFunction · 0.76
TestGoldenFunction · 0.64