Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __not_null
Function
__not_null
system/lib/libcxx/include/__functional/function.h:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
template <class _Fp>
98
_LIBCPP_HIDE_FROM_ABI bool __not_null(_Fp const&) {
99
return true;
100
}
101
102
template <class _Fp>
103
_LIBCPP_HIDE_FROM_ABI bool __not_null(_Fp* __ptr) {
Callers
1
__policy_
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected