MCPcopy Create free account
hub / github.com/chen3feng/toft / CloseFds

Method CloseFds

system/process/sub_process.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void SubProcess::CreateOptions::CloseFds()
80{
81 m_close_fds = true;
82}
83
84SubProcess::SubProcess() : m_pid(0), m_exit_code(0)
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected