Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
std::string string_t::getAsShortString() const {
36
return std::string((char*)prefix, len);
37
}
38
39
std::string string_t::getAsString() const {
40
return std::string(getAsStringView());
Callers
1
readString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected