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

Method Written

errors/writer.go:44–46  ·  view source on GitHub ↗

Written returns the number of bytes written to the underlying writer.

()

Source from the content-addressed store, hash-verified

42// Written returns the number of bytes written
43// to the underlying writer.
44func (w *Writer) Written() int64 {
45 return w.n
46}

Callers 1

TestWriterFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestWriterFunction · 0.76