MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / pipe

Function pipe

3rdparty/cppdap/src/io.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216std::shared_ptr<ReaderWriter> pipe() {
217 return std::make_shared<Pipe>();
218}
219
220std::shared_ptr<ReaderWriter> file(FILE* f, bool closable /* = true */) {
221 return std::make_shared<File>(f, closable);

Callers 6

bindMethod · 0.85
TEST_FFunction · 0.85
StartMethod · 0.85
FMethod · 0.85

Calls

no outgoing calls

Tested by 4

bindMethod · 0.68
TEST_FFunction · 0.68
StartMethod · 0.68
FMethod · 0.68