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

Method StartsWith

src/BuildEvents.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 static bool StartsWith(std::string_view a, const char* b, int blen)
298 {
299 return static_cast<int>(a.size()) >= blen && a.compare(0, blen, b) == 0;
300 }
301
302 const char* kPid = "pid";
303 const char* kTid = "tid";

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected