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

Method hasPrefix

Sources/Shared/Containers/String.cpp:636–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 }
635
636 bool String::hasPrefix(const StringView prefix) const {
637 return StringView{*this}.hasPrefix(prefix);
638 }
639
640 bool String::hasPrefix(const char prefix) const {
641 return StringView{*this}.hasPrefix(prefix);

Callers 15

StartProcessingStdinMethod · 0.45
TryGetAssetPathMethod · 0.45
CURLOnHeaderMethod · 0.45
GetPathRootLengthFunction · 0.45
GetAbsolutePathMethod · 0.45
InitCommonMethod · 0.45
InitMethod · 0.45
InitializeMethod · 0.45
GetDeviceIDMethod · 0.45
OpenContentFileMethod · 0.45
ParseProtocolClientDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected