Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
44
func
(w *Writer) Written() int64 {
45
return
w.n
46
}
Callers
1
TestWriter
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestWriter
Function · 0.76