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

Method Count

OsiInterface/DivInterface.cpp:240–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 uint32_t GlobalStringTable::Entry::Count() const
241 {
242 if (Next) {
243 return StringPtrItems + Next->Count();
244 }
245 else {
246 return StringPtrItems;
247 }
248 }
249
250 char const * GlobalStringTable::Entry::Get(uint32_t i) const
251 {

Callers 2

ValidateArgsMethod · 0.45
FindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected