Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ hasPointer
Method
hasPointer
src/hx/cppia/CppiaVars.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
bool CppiaVar::hasPointer()
117
{
118
return storeType==fsString || storeType==fsObject;
119
}
120
121
122
Dynamic CppiaVar::getStaticValue()
Callers
1
linkTypes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected