Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ SetMax
Method
SetMax
Source/CoreLib/IntSet.h:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
return buffer.Count()*32;
53
}
54
void SetMax(int val)
55
{
56
Resize(val);
57
Clear();
58
}
59
void SetAll()
60
{
61
for (int i = 0; i<buffer.Count(); i++)
Callers
3
Init
Method · 0.80
Rehash
Method · 0.80
Rehash
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected