Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_ref
Function
is_ref
crates/c-api/include/wasm.hh:279–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
278
inline bool is_num(ValKind k) { return k < ValKind::EXTERNREF; }
279
inline bool is_ref(ValKind k) { return k >= ValKind::EXTERNREF; }
280
281
282
class WASM_API_EXTERN ValType {
Callers
6
Val
Method · 0.85
is_ref
Method · 0.85
reset
Method · 0.85
ref
Method · 0.85
release_ref
Method · 0.85
copy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected