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

Method str

common/script/scriptargs.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143/* ---- strings ----------------------------------------------------------- */
144
145const char* ScriptArgs::str(int i) const
146{
147 return (const char*)ptrAt(i, false);
148}
149
150const char* ScriptArgs::strOr(int i, const char* fallback) const
151{

Callers 15

logMethod · 0.80
ckpt_device_sealFunction · 0.80
ckpt_device_unsealFunction · 0.80
ckpt_json_parseFunction · 0.80
ckpt_json_object_elementFunction · 0.80
ckpt_title_findFunction · 0.80
ckpt_read_directoryFunction · 0.80
ckpt_sd_mkdirsFunction · 0.80
ckpt_sd_existsFunction · 0.80
ckpt_sav_open_sharedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected