Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Len
Method
Len
vm/neovm/types/array_value.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(self *ArrayValue) Len() int64 {
48
return
int64(len(self.Data))
49
}
50
51
func
(self *ArrayValue) RemoveAt(index int64) error {
52
if
index < 0 || index >= self.Len() {
Callers
6
RemoveAt
Method · 0.95
TestArrayValue_RemoveAt
Function · 0.95
TestStructValue_Clone
Function · 0.45
ReadBytes
Method · 0.45
Position
Method · 0.45
Length
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestArrayValue_RemoveAt
Function · 0.76
TestStructValue_Clone
Function · 0.36