MCPcopy 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
35char* 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_FFunction · 0.85

Calls 2

convertToOwnedCStringFunction · 0.85
toStringMethod · 0.45

Tested by 1

TEST_FFunction · 0.68