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

Class Buffer

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

Source from the content-addressed store, hash-verified

30
31struct ResultSet {};
32struct Buffer {};
33
34cti::continuable<ResultSet> mysql_query(std::string /*url*/) {
35 return cti::make_ready_continuable(ResultSet{});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected