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

Method prefixPointerInternal

Sources/Shared/Containers/String.cpp:522–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 }
521
522 MutableStringView String::prefixPointerInternal(char* const end) {
523 return MutableStringView{*this}.prefix(end);
524 }
525
526 StringView String::prefixPointerInternal(const char* const end) const {
527 return StringView{*this}.prefix(end);

Callers

nothing calls this directly

Calls 1

prefixMethod · 0.45

Tested by

no test coverage detected