Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Len
Method
Len
vm/neovm/types/struct_value.go:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(self *StructValue) Len() int64 {
53
return
int64(len(self.Data))
54
}
55
56
func
(self *StructValue) Clone() (*StructValue, error) {
57
var
i int
Callers
1
ExecuteOp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected