Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ intArray
Method
intArray
common/script/scriptargs.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
int* ScriptArgs::intArray(int i, int count) const
208
{
209
return (int*)ptrAt(i, count > 0 ? false : true);
210
}
Callers
1
ckpt_gui_pick_many
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected