Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
538
String::String() noexcept {
539
buf[0] =
'\0'
;
540
setLast();
541
}
542
543
String::~String() {
544
if(!isOnStack())
Callers
1
ServiceConnection
Function · 0.45
Calls
5
memcpy
Function · 0.85
setLast
Method · 0.80
allocate
Function · 0.50
copy
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected