| 68 | |
| 69 | |
| 70 | Subprocess::ChildHook::ChildHook( |
| 71 | const lambda::function<Try<Nothing>()>& _child_setup) |
| 72 | : child_setup(_child_setup) {} |
| 73 | |
| 74 | |
| 75 | Subprocess::ChildHook Subprocess::ChildHook::CHDIR( |
nothing calls this directly
no outgoing calls
no test coverage detected