MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / hasSuffix

Method hasSuffix

Sources/Shared/Containers/String.cpp:644–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 }
643
644 bool String::hasSuffix(const StringView suffix) const {
645 return StringView{*this}.hasSuffix(suffix);
646 }
647
648 bool String::hasSuffix(const char suffix) const {
649 return StringView{*this}.hasSuffix(suffix);

Callers 7

SetProxyMethod · 0.45
ConvertMethod · 0.45
OnShowMethod · 0.45
OnAfterTransitionMethod · 0.45
OnProcessIncludeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected