Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ CPPGetValue
Function
CPPGetValue
IDE/mintest/src/cpp/sys.cpp:66–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
int CPPGetValue(float fVal)
67
{
68
//DLLMethod();
69
//gDLLVariable = 9;
70
71
return (int)fVal;
72
}
73
74
int GetValue2(float fVal, double dVal)
75
{
Callers
1
CPPSTest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected