| 172 | explicit BuildContext(MemoryPool* pool) : pool_(pool) {} |
| 173 | |
| 174 | MemoryPool* pool() const { return pool_; } |
| 175 | |
| 176 | // Finds or allocates a unique string and returns a persistent `std::string_view` |
| 177 | std::string_view InternString(std::string_view str) { |
no outgoing calls
no test coverage detected