MCPcopy 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
173char** ScriptArgs::outStrOrNull(int i) const
174{
175 return (char**)ptrAt(i, true);
176}
177
178int* ScriptArgs::outInt(int i) const
179{

Callers 2

ckpt_web_requestFunction · 0.80
ckpt_web_upload_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected