MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / String

Method String

tests/framework/src/doctest.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538String::String() noexcept {
539 buf[0] = '\0';
540 setLast();
541}
542
543String::~String() {
544 if(!isOnStack())

Callers 1

ServiceConnectionFunction · 0.45

Calls 5

memcpyFunction · 0.85
setLastMethod · 0.80
allocateFunction · 0.50
copyFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected