Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
struct ResultSet {};
32
struct Buffer {};
33
34
cti::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