MCPcopy Create free account
hub / github.com/beefytech/Beef / StructC1

Class StructC1

IDE/mintest/src/cpp/sys.cpp:336–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 };
335
336 struct StructC1
337 {
338 int mValA;
339 int mValB;
340
341 StructC1()
342 {
343
344 }
345
346 StructC1(int a, int b)
347 {
348 mValA = a;
349 mValB = b;
350 }
351 };
352
353 void MethodA()
354 {

Callers 2

MethodAFunction · 0.85
MethodBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected