MCPcopy Create free account
hub / github.com/Naios/continuable / mysql_query

Function mysql_query

examples/example-slideshow/example-slideshow.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32struct Buffer {};
33
34cti::continuable<ResultSet> mysql_query(std::string /*url*/) {
35 return cti::make_ready_continuable(ResultSet{});
36}
37
38cti::continuable<Buffer> read_file(std::string /*url*/) {
39 return cti::make_ready_continuable(Buffer{});

Callers 1

mainFunction · 0.85

Calls 1

make_ready_continuableFunction · 0.85

Tested by

no test coverage detected