| 81 | } |
| 82 | |
| 83 | void StringView::removeSuffix(size_t n) { |
| 84 | size_ -= n; |
| 85 | } |
| 86 | |
| 87 | template <typename Pred, typename Action> |
| 88 | bool StringView::consumeSubstr(StringView substr, Pred pred, Action action) { |
nothing calls this directly
no outgoing calls
no test coverage detected