A simple non-reference counted string that uses small string optimization (SSO). This string has 3 allocation possibilities: 1. Small - embedded buffer is used for up to `kSSOCapacity` characters. This should handle most small strings and thus avoid dynamic memory allocation for most use-cases. 2. Large - string that doesn't fit into an embedded buffer (or string that was truncated from a
source not stored for this graph (policy: none)
no test coverage detected