Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ IsByteArray
Function
IsByteArray
include/Array.h:386–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
virtual bool AllocAtomic() const { return false; }
385
386
inline bool IsByteArray() const { return getStoreType()==arrayBool; }
387
388
389
inline Dynamic __get(int inIndex) const { return __GetItem(inIndex); }
Callers
1
toString
Method · 0.50
Calls
1
getStoreType
Function · 0.85
Tested by
no test coverage detected