Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Length
Method
Length
vm/neovm/utils/vm_reader.go:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
func
(r *VmReader) Length() int {
117
return
r.reader.Len()
118
}
119
120
func
(r *VmReader) Seek(offset int64, whence int) (int64, error) {
121
return
r.reader.Seek(offset, whence)
Callers
nothing calls this directly
Calls
1
Len
Method · 0.45
Tested by
no test coverage detected