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

Function TestStruct

IDE/mintest/src/cpp/sys.cpp:400–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 void TestStruct(StructC1 sc)
401 {
402 StructC1 sC2;
403 sC2.mValA = 99;
404 sC2.mValB = 88;
405
406 sc.mValA++;
407 sc.mValB++;
408 }
409
410 void Yo(std::vector<int> intVectorA, std::vector<int> intVectorB)
411 {

Callers 1

CPPSTestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected