MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / is_empty

Function is_empty

src/wasm-c.cc:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191extern "C++" {
192template<class T>
193inline auto is_empty(T* p) -> bool { return !p; }
194}
195
196

Callers

nothing calls this directly

Calls 2

is_refFunction · 0.85
reveal_valkindFunction · 0.85

Tested by

no test coverage detected