| 148 | return isInline() || mStorage.is<NotNullStringHolderPtr>(); |
| 149 | } |
| 150 | bool is_referencing() const FL_NOEXCEPT { return is_literal() || is_view(); } |
| 151 | |
| 152 | // ======= ACCESSORS ======= |
| 153 | fl::size size() const FL_NOEXCEPT { return mLength; } |
no outgoing calls
no test coverage detected