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

Method CPPS_GetVal

IDE/mintest/src/cpp/sys.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253public:
254 int CPPS_GetVal(CPPStruct& structRef, CPPStruct* structPtr)
255 {
256 int a = 99 + structRef.mVal + structPtr->mVal;
257 return mVal + 99 + structRef.mVal;
258 }
259
260 int CPPS_GetValToo(CPPStruct structVal)
261 {

Callers 1

CPPSTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected