Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adlik/Adlik
/ isNull
Method
isNull
cub/array/array.h:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
bool isNull() const {
46
return elem == 0;
47
}
48
49
T* operator->() {
50
return getValue();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected