MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Val

Method Val

crates/c-api/include/wasm.hh:512–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510 } impl_;
511
512 Val(ValKind kind, impl impl) : kind_(kind), impl_(impl) {}
513
514public:
515 Val() : kind_(ValKind::EXTERNREF) { impl_.ref = nullptr; }

Callers

nothing calls this directly

Calls 2

is_refFunction · 0.85
releaseMethod · 0.80

Tested by

no test coverage detected