Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
std::string string_t::getAsString() const {
40
return std::string(getAsStringView());
41
}
42
43
std::string_view string_t::getAsStringView() const {
44
if (len <= SHORT_STR_LENGTH) {
Callers
15
TEST_F
Function · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
operation
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64