Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
cti::continuable<Buffer> read_file(std::string /*url*/) {
39
return cti::make_ready_continuable(Buffer{});
40
}
41
42
struct functional_executor {
43
auto post() const {
Callers
1
main
Function · 0.85
Calls
1
make_ready_continuable
Function · 0.85
Tested by
no test coverage detected