MCPcopy 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
68String::String() {}
69String::String(String const& s) : m_string(s.m_string) {}
70String::String(String&& s) : m_string(std::move(s.m_string)) {}
71String::String(char const* s) : m_string(s) {}

Callers

nothing calls this directly

Calls 2

reserveFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected