Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ TypeData
Class
TypeData
IDEHelper/Debugger.h:236–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
{
235
public:
236
struct TypeData
237
{
238
intptr mCount;
239
intptr mSize;
240
241
TypeData()
242
{
243
mCount = 0;
244
mSize = 0;
245
}
246
};
247
248
public:
249
Array<TypeData> mTypeData;
Callers
1
ScanSpan
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected