Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ String
Method
String
unittests/doctest.h:3345–3348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3343
}
3344
3345
String::String() {
3346
buf[0] =
'\0'
;
3347
setLast();
3348
}
3349
3350
String::~String() {
3351
if(!isOnStack())
Callers
nothing calls this directly
Calls
1
setLast
Method · 0.80
Tested by
no test coverage detected