| 290 | } |
| 291 | |
| 292 | static bool StrEqual(std::string_view a, const char* b) |
| 293 | { |
| 294 | return a == b; |
| 295 | } |
| 296 | |
| 297 | static bool StartsWith(std::string_view a, const char* b, int blen) |
| 298 | { |
nothing calls this directly
no outgoing calls
no test coverage detected