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

Method sliceSizePointerInternal

Sources/Shared/Containers/String.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 }
505
506 MutableStringView String::sliceSizePointerInternal(char* const begin, const std::size_t size) {
507 return MutableStringView{*this}.sliceSize(begin, size);
508 }
509
510 StringView String::sliceSizePointerInternal(const char* const begin, const std::size_t size) const {
511 return StringView{*this}.sliceSize(begin, size);

Callers

nothing calls this directly

Calls 1

sliceSizeMethod · 0.45

Tested by

no test coverage detected