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

Method exceptSuffix

Sources/Shared/Containers/String.cpp:554–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 }
553
554 MutableStringView String::exceptSuffix(const std::size_t count) {
555 return MutableStringView{*this}.exceptSuffix(count);
556 }
557
558 StringView String::exceptSuffix(const std::size_t count) const {
559 return StringView{*this}.exceptSuffix(count);

Callers 7

SetProxyMethod · 0.45
MigrateGraphicsMethod · 0.45
ConvertMethod · 0.45
WriteLevelNameMethod · 0.45
ConvertMethod · 0.45
StringFindLastOfFunction · 0.45
StringFindLastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected