MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / ends_with

Function ends_with

library/strings.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool ends_with(const UStringView str, const UStringView ending)
64{
65 return boost::ends_with(str, ending);
66}
67
68UString remove(const UStringView str, size_t offset, size_t count)
69{

Callers 5

parseOptionsMethod · 0.85
enumerateDirectoryMethod · 0.85
configureSelfFromXmlMethod · 0.85
getFormIDsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected