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