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

Method prefix

Sources/Shared/Containers/String.cpp:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 MutableStringView String::prefix(const std::size_t count) {
539 return MutableStringView{*this}.prefix(count);
540 }
541
542 StringView String::prefix(const std::size_t count) const {
543 return StringView{*this}.prefix(count);

Callers 15

OnPeerConnectedMethod · 0.45
RefreshCacheLevelsMethod · 0.45
FindItemMethod · 0.45
GetMimeTypeMethod · 0.45
GetSuggestedFileNameMethod · 0.45
CURLOnHeaderMethod · 0.45
DeleteDirectoryInternalFunction · 0.45
GetExtensionMethod · 0.45
prefixPointerInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected