MCPcopy Create free account
hub / github.com/DNAProject/DNA / ArrayValue

Struct ArrayValue

vm/neovm/types/array_value.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type ArrayValue struct {
30 Data []VmValue
31}
32
33const initArraySize = 16
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected