Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ outStrOrNull
Method
outStrOrNull
common/script/scriptargs.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
char** ScriptArgs::outStrOrNull(int i) const
174
{
175
return (char**)ptrAt(i, true);
176
}
177
178
int* ScriptArgs::outInt(int i) const
179
{
Callers
2
ckpt_web_request
Function · 0.80
ckpt_web_upload_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected