MCPcopy Create free account
hub / github.com/Kitware/CMake / pipe

Function pipe

Utilities/cmcppdap/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 12

DebuggerTestHelperClass · 0.85
bindMethod · 0.85
bindMethod · 0.85
TEST_FFunction · 0.85
Curl_pipeFunction · 0.85
__archive_create_childFunction · 0.85
uv_pipeFunction · 0.85
cmGetPipesFunction · 0.85
kwsysProcess_ExecuteFunction · 0.85
kwsysProcessCreateFunction · 0.85
kwsysProcessesAddFunction · 0.85

Calls

no outgoing calls

Tested by 4

bindMethod · 0.68
bindMethod · 0.68
TEST_FFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…