MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getAsString

Method getAsString

src/common/types/string_t.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::string string_t::getAsString() const {
40 return std::string(getAsStringView());
41}
42
43std::string_view string_t::getAsStringView() const {
44 if (len <= SHORT_STR_LENGTH) {

Callers 15

TEST_FFunction · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80
operationMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64