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

Function read_file

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

Source from the content-addressed store, hash-verified

36}
37
38cti::continuable<Buffer> read_file(std::string /*url*/) {
39 return cti::make_ready_continuable(Buffer{});
40}
41
42struct functional_executor {
43 auto post() const {

Callers 1

mainFunction · 0.85

Calls 1

make_ready_continuableFunction · 0.85

Tested by

no test coverage detected