MCPcopy Create free account
hub / github.com/WheretIB/nullc / Data

Class Data

SuperCalc.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 char module[256];
149 } report;
150 struct Data
151 {
152 unsigned int wholeSize;
153 unsigned int dataSize;
154 unsigned int elemCount;
155 char data[512];
156 } data;
157 struct Debug
158 {
159 unsigned int breakInst;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected