Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/SHADERed
/ pipe
Function
pipe
libs/cppdap/src/io.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
std::shared_ptr<ReaderWriter> pipe() {
216
return std::make_shared<Pipe>();
217
}
218
219
std::shared_ptr<ReaderWriter> file(FILE* f, bool closable /* = true */) {
220
return std::make_shared<File>(f, closable);
Callers
2
bind
Method · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
bind
Method · 0.68
TEST_F
Function · 0.68