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

Method outBuf

common/script/scriptargs.cpp:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183char* ScriptArgs::outBuf(int i, int size) const
184{
185 if (size <= 0) {
186 fail("argument %d is an output buffer of %d bytes", i + 1, size);
187 }
188 return (char*)ptrAt(i, false);
189}
190
191/* ---- arrays ------------------------------------------------------------ */
192

Callers 1

ckpt_gui_keyboardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected