MCPcopy 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
116bool CppiaVar::hasPointer()
117{
118 return storeType==fsString || storeType==fsObject;
119}
120
121
122Dynamic CppiaVar::getStaticValue()

Callers 1

linkTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected