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

Function getAssertsPath

test/plugins/wasm_bpf/simple_ringbuf_test.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected