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

Method GetPtr

OsiLoader/ErrorUtils.h:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 uint64_t Capacity{ 7 };
26
27 inline wchar_t const * GetPtr() const
28 {
29 if (Size > 7) {
30 return BufPtr;
31 } else {
32 return Buf;
33 }
34 }
35};
36#pragma pack(pop)
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected