| 210 | return static_cast<GrowableBuffer&>(gb).gi.tryGrowTo(newSize); |
| 211 | } |
| 212 | static auto getEncodingFor(const String& str) noexcept { return str.getEncoding(); } |
| 213 | void finalize() noexcept { gi.finalize(); } |
| 214 | }; |
| 215 |
no outgoing calls
no test coverage detected