Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Clear
Method
Clear
NULLC/Pool.h:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void Clear()
27
{
28
curr = first;
29
size = first ? 0 : chunkSize;
30
}
31
void ClearTo(unsigned int bytes)
32
{
33
if(!first)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected