Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
bool ends_with(const UStringView str, const UStringView ending)
64
{
65
return boost::ends_with(str, ending);
66
}
67
68
UString remove(const UStringView str, size_t offset, size_t count)
69
{
Callers
5
parseOptions
Method · 0.85
enumerateDirectory
Method · 0.85
recursiveFindFilesInDirectory
Function · 0.85
configureSelfFromXml
Method · 0.85
getFormIDs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected