MCPcopy 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
168char** ScriptArgs::outStr(int i) const
169{
170 return (char**)ptrAt(i, false);
171}
172
173char** ScriptArgs::outStrOrNull(int i) const
174{

Callers 6

ckpt_device_sealFunction · 0.80
ckpt_device_unsealFunction · 0.80
ckpt_sav_readFunction · 0.80
ckpt_web_getFunction · 0.80
ckpt_web_requestFunction · 0.80
ckpt_web_upload_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected