| 352 | |
| 353 | const char * __CStr() const HXCPP_OVERRIDE { return store==hx::arrayEmpty ? "[]" : store==hx::arrayNull ? "null" : base->__CStr(); } |
| 354 | inline const char *GetBase() const { return base ? base->GetBase() : 0; } |
| 355 | inline char *GetBase() { return base ? base->GetBase() : 0; } |
| 356 | |
| 357 | int GetElementSize() const { checkBase(); return store==hx::arrayEmpty ? 0 : base->GetElementSize(); } |
nothing calls this directly
no outgoing calls
no test coverage detected