Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
std::shared_ptr<ReaderWriter> pipe() {
217
return std::make_shared<Pipe>();
218
}
219
220
std::shared_ptr<ReaderWriter> file(FILE* f, bool closable /* = true */) {
221
return std::make_shared<File>(f, closable);
Callers
6
bind
Method · 0.85
TEST_F
Function · 0.85
test_integration.cpp
File · 0.85
Start
Method · 0.85
F
Method · 0.85
test_connector_filedescriptor.cpp
File · 0.85
Calls
no outgoing calls
Tested by
4
bind
Method · 0.68
TEST_F
Function · 0.68
Start
Method · 0.68
F
Method · 0.68