Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ lbug_flat_tuple_to_string
Function
lbug_flat_tuple_to_string
src/c_api/flat_tuple.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
char* lbug_flat_tuple_to_string(lbug_flat_tuple* flat_tuple) {
36
auto flat_tuple_ptr = static_cast<FlatTuple*>(flat_tuple->_flat_tuple);
37
return convertToOwnedCString(flat_tuple_ptr->toString());
38
}
Callers
1
TEST_F
Function · 0.85
Calls
2
convertToOwnedCString
Function · 0.85
toString
Method · 0.45
Tested by
1
TEST_F
Function · 0.68