Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ InitIntSet
Function
InitIntSet
src/Chain/libraries/glua/glua_structs.cpp:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
void InitIntSet(IntSet* set, int mayRepeat) {
219
set->mayRepeat = mayRepeat;
220
InitList(&(set->list));
221
}
222
223
void DeleteIntSet(IntSet* set) {
224
ClearList(&(set->list), nullptr);
Callers
1
NewIntSet
Function · 0.85
Calls
1
InitList
Function · 0.85
Tested by
no test coverage detected