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

Method ptr

common/script/scriptargs.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156/* ---- pointers ---------------------------------------------------------- */
157
158void* ScriptArgs::ptr(int i) const
159{
160 return ptrAt(i, false);
161}
162
163void* ScriptArgs::ptrOrNull(int i) const
164{

Callers 2

treeFunction · 0.80
ckpt_sav_writeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected