Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ CppiaVar
Method
CppiaVar
src/hx/cppia/CppiaVars.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
// --- CppiaVar ----
41
42
CppiaVar::CppiaVar(bool inIsStatic) : isStatic(inIsStatic)
43
{
44
clear();
45
}
46
47
CppiaVar::CppiaVar(CppiaFunction *inDynamicFunction)
48
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected