| 183 | friend class GenericDocument<NodeType>; |
| 184 | |
| 185 | sonic_force_inline bool stringImpl(StringView s) { |
| 186 | SONIC_ADD_NODE(); |
| 187 | st_[np_ - 1].setLength(s.size(), kStringCopy); |
| 188 | st_[np_ - 1].sv.p = s.data(); |
| 189 | return true; |
| 190 | } |
| 191 | |
| 192 | #undef SONIC_ADD_NODE |
| 193 |
nothing calls this directly
no outgoing calls
no test coverage detected