MCPcopy 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
215std::shared_ptr<ReaderWriter> pipe() {
216 return std::make_shared<Pipe>();
217}
218
219std::shared_ptr<ReaderWriter> file(FILE* f, bool closable /* = true */) {
220 return std::make_shared<File>(f, closable);

Callers 2

bindMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

bindMethod · 0.68
TEST_FFunction · 0.68