MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / hostFnOverwrite

Function hostFnOverwrite

test/api/APIAOTNestedVMTest.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183size_t CalledHostFnOverwrite = 0;
184void hostFnOverwrite() {
185 ++CalledHostFnOverwrite;
186 callWasm("wasmFnOverwrite");
187}
188
189/*
190Call graph:

Callers 1

callWasmFunction · 0.85

Calls 1

callWasmFunction · 0.85

Tested by

no test coverage detected