Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ outInt
Method
outInt
common/script/scriptargs.cpp:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
int* ScriptArgs::outInt(int i) const
179
{
180
return (int*)ptrAt(i, false);
181
}
182
183
char* ScriptArgs::outBuf(int i, int size) const
184
{
Callers
6
ckpt_device_seal
Function · 0.80
ckpt_device_unseal
Function · 0.80
ckpt_sav_read
Function · 0.80
ckpt_web_get
Function · 0.80
ckpt_web_request
Function · 0.80
ckpt_web_upload_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected