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

Method sliceSize

Sources/Shared/Containers/String.cpp:514–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513
514 MutableStringView String::sliceSize(const std::size_t begin, const std::size_t size) {
515 return MutableStringView{*this}.sliceSize(begin, size);
516 }
517
518 StringView String::sliceSize(const std::size_t begin, const std::size_t size) const {
519 return StringView{*this}.sliceSize(begin, size);

Callers 2

ExtractDeclarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected