Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ SetVal
Function
SetVal
src/hx/cppia/Cppia.cpp:1687–1687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1685
1686
template<typename T>
1687
inline void SetVal(null &out, const T &value) { }
1688
template<typename T>
1689
inline void SetVal(int &out, const T &value) { out = value; }
1690
inline void SetVal(int &out, const String &value) { out = 0; }
Callers
2
run
Method · 0.85
setResult
Method · 0.85
Calls
1
String
Class · 0.50
Tested by
no test coverage detected