Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ ptrOrNull
Method
ptrOrNull
common/script/scriptargs.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void* ScriptArgs::ptrOrNull(int i) const
164
{
165
return ptrAt(i, true);
166
}
167
168
char** ScriptArgs::outStr(int i) const
169
{
Callers
2
ckpt_delete_directory
Function · 0.80
ckpt_sav_write
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected