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

Method trimmedSuffix

Sources/Shared/Containers/String.cpp:700–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698 }
699
700 MutableStringView String::trimmedSuffix(const StringView characters) {
701 return MutableStringView{*this}.trimmedSuffix(characters);
702 }
703
704 StringView String::trimmedSuffix(const StringView characters) const {
705 return StringView{*this}.trimmedSuffix(characters);

Callers 3

GetSuggestedFileNameMethod · 0.45
CURLOnHeaderMethod · 0.45
OnKeyPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected