Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ outStr
Method
outStr
common/script/scriptargs.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
char** ScriptArgs::outStr(int i) const
169
{
170
return (char**)ptrAt(i, false);
171
}
172
173
char** ScriptArgs::outStrOrNull(int i) const
174
{
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