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

Function getAssertsPath

test/plugins/wasm_bpf/simple_map_test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::filesystem::path getAssertsPath() {
38 std::filesystem::path thisFile(__FILE__);
39 return thisFile.parent_path() / "assets";
40}
41
42void fillMemContent(WasmEdge::Runtime::Instance::MemoryInstance &memInst,
43 uint32_t offset, const std::vector<char> &data) noexcept {

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected