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

Method Invoke

smartcontract/context/context.go:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49type Engine interface {
50 Invoke() (interface{}, error)
51}
52
53// Context describe smart contract execute context struct

Callers 15

PreExecuteContractMethod · 0.65
InvokeMethod · 0.65
WASMInvokeFunction · 0.65
CallContractFunction · 0.65
executeTransactionFunction · 0.65
BenchmarkExecuteAddFunction · 0.65
TestBuildParamToNativeFunction · 0.65
TestPackCrashFunction · 0.65
TestInfiniteLoopCrashFunction · 0.65
TestMapFunction · 0.65

Implementers 3

NeoVmServicesmartcontract/service/neovm/neovm_serv
WasmVmServicesmartcontract/service/wasmvm/wasm_serv
NativeServicesmartcontract/service/native/native_se

Calls

no outgoing calls

Tested by 13

BenchmarkExecuteAddFunction · 0.52
TestBuildParamToNativeFunction · 0.52
TestPackCrashFunction · 0.52
TestInfiniteLoopCrashFunction · 0.52
TestMapFunction · 0.52
TestAppendOverFlowFunction · 0.52
TestHeightFunction · 0.52
TestRandomCodeCrashFunction · 0.52
TestOpCodeDUPFunction · 0.52
TestOpReadMemAttackFunction · 0.52
TestEqualStackOverflowFunction · 0.52