Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
extern
"C++"
{
192
template<class T>
193
inline auto is_empty(T* p) -> bool { return !p; }
194
}
195
196
Callers
nothing calls this directly
Calls
2
is_ref
Function · 0.85
reveal_valkind
Function · 0.85
Tested by
no test coverage detected