Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ Get
Method
Get
OsiInterface/OsiInterface.h:33–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
uint64_t Capacity;
32
33
char const * Get() const
34
{
35
if (Capacity < 16) {
36
return &Buf[0];
37
} else {
38
return BufPtr;
39
}
40
}
41
};
42
43
#pragma pack(push, 1)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected