Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ String
Method
String
source/core/StarString.cpp:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
String::String() {}
69
String::String(String const& s) : m_string(s.m_string) {}
70
String::String(String&& s) : m_string(std::move(s.m_string)) {}
71
String::String(char const* s) : m_string(s) {}
Callers
nothing calls this directly
Calls
2
reserve
Function · 0.85
length
Method · 0.45
Tested by
no test coverage detected