MCPcopy 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
278inline bool is_num(ValKind k) { return k < ValKind::EXTERNREF; }
279inline bool is_ref(ValKind k) { return k >= ValKind::EXTERNREF; }
280
281
282class WASM_API_EXTERN ValType {

Callers 6

ValMethod · 0.85
is_refMethod · 0.85
resetMethod · 0.85
refMethod · 0.85
release_refMethod · 0.85
copyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected