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

Function WasmEdge_VMGetStoreContext

lib/api/wasmedge.cpp:3647–3653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3645}
3646
3647WASMEDGE_CAPI_EXPORT WasmEdge_StoreContext *
3648WasmEdge_VMGetStoreContext(WasmEdge_VMContext *Cxt) noexcept {
3649 if (Cxt) {
3650 return toStoreCxt(&Cxt->VM.getStoreManager());
3651 }
3652 return nullptr;
3653}
3654
3655WASMEDGE_CAPI_EXPORT WasmEdge_LoaderContext *
3656WasmEdge_VMGetLoaderContext(WasmEdge_VMContext *Cxt) noexcept {

Callers 5

TEST_PFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68