MCPcopy 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
52func (self *StructValue) Len() int64 {
53 return int64(len(self.Data))
54}
55
56func (self *StructValue) Clone() (*StructValue, error) {
57 var i int

Callers 1

ExecuteOpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected