MCPcopy Create free account
hub / github.com/aras-p/ClangBuildAnalyzer / StrEqual

Method StrEqual

src/BuildEvents.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected