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

Method trimmedPrefix

Sources/Shared/Containers/String.cpp:684–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682 }
683
684 MutableStringView String::trimmedPrefix(const StringView characters) {
685 return MutableStringView{*this}.trimmedPrefix(characters);
686 }
687
688 StringView String::trimmedPrefix(const StringView characters) const {
689 return StringView{*this}.trimmedPrefix(characters);

Callers 5

FindItemMethod · 0.45
CURLOnHeaderMethod · 0.45
ProcessCommandMethod · 0.45
OnKeyPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected