MCPcopy Create free account
hub / github.com/3rdparty/libprocess / ChildHook

Method ChildHook

src/subprocess.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70Subprocess::ChildHook::ChildHook(
71 const lambda::function<Try<Nothing>()>& _child_setup)
72 : child_setup(_child_setup) {}
73
74
75Subprocess::ChildHook Subprocess::ChildHook::CHDIR(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected