MCPcopy 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
163void* ScriptArgs::ptrOrNull(int i) const
164{
165 return ptrAt(i, true);
166}
167
168char** ScriptArgs::outStr(int i) const
169{

Callers 2

ckpt_delete_directoryFunction · 0.80
ckpt_sav_writeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected