MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / get_string

Method get_string

src/mdebug.h:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 inline const char* get_string(const char* data, size_t index) const {
286 return data + issBase + index;
287 }
288
289 inline const char* get_name(const char* data) const {
290 return get_string(data, rss);

Callers 3

MDebugInfoMethod · 0.80
get_funcFunction · 0.80
read_mdebugFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected