String is Null (invalid) by default, i.e. non-SSO and null buffer
| 836 | |
| 837 | // String is Null (invalid) by default, i.e. non-SSO and null buffer |
| 838 | __forceinline bool isNull() const |
| 839 | { |
| 840 | return !sso.set && (ptr.buffer == nullptr); |
| 841 | } |
| 842 | |
| 843 | // Get writeable buffer pointer |
| 844 | __forceinline char* buffer() |
no outgoing calls
no test coverage detected