MCPcopy Create free account
hub / github.com/Norbyte/ositools / Get

Method Get

OsiInterface/DivInterface.cpp:250–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 char const * GlobalStringTable::Entry::Get(uint32_t i) const
251 {
252 if (i < StringPtrItems) {
253 return StringPtrs[i];
254 }
255 else {
256 return Next->Get(i - StringPtrItems);
257 }
258 }
259
260 const char * GlobalStringTable::Find(char const * s, uint64_t length) const
261 {

Callers 5

getFlagMethod · 0.45
ValidateArgsMethod · 0.45
FindMethod · 0.45
OsirisPropertyMapGetRawFunction · 0.45
OsirisPropertyMapSetRawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected