MCPcopy Create free account
hub / github.com/elastio/devx / proc_context

Method proc_context

devx-cmd/src/error.rs:21–23  ·  view source on GitHub ↗
(self, proc: &Child)

Source from the content-addressed store, hash-verified

19 self.map_err(|err| Error::cmd(cmd, &err))
20 }
21 fn proc_context(self, proc: &Child) -> Result<T> {
22 self.map_err(|err| Error::proc(proc, &err))
23 }
24}
25
26impl Error {

Callers 1

waitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected