MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / outInt

Method outInt

common/script/scriptargs.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178int* ScriptArgs::outInt(int i) const
179{
180 return (int*)ptrAt(i, false);
181}
182
183char* ScriptArgs::outBuf(int i, int size) const
184{

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