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

Method getAsShortString

src/common/types/string_t.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35std::string string_t::getAsShortString() const {
36 return std::string((char*)prefix, len);
37}
38
39std::string string_t::getAsString() const {
40 return std::string(getAsStringView());

Callers 1

readStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected