MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / StartsWith

Function StartsWith

src/ResText/ResModule.cpp:2093–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2091}
2092
2093static bool StartsWith(const std::string& heystacl, const char* needle)
2094{
2095 return heystacl.compare(0, strlen(needle), needle) == 0;
2096}
2097
2098static bool StartsWith(const std::wstring& heystacl, const wchar_t* needle)
2099{

Callers 1

ScanHeaderFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected