MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / Sys

Method Sys

common/sandbox/cmd/exec.go:161–163  ·  view source on GitHub ↗

Sys returns system-dependent exit information about the process. Convert it to the appropriate underlying type, such as syscall.WaitStatus on Unix, to access its contents.

()

Source from the content-addressed store, hash-verified

159// the process. Convert it to the appropriate underlying
160// type, such as syscall.WaitStatus on Unix, to access its contents.
161func (p *ProcessState) Sys() interface{} {
162 return p.sys()
163}
164
165// SysUsage returns system-dependent resource usage information about
166// the exited process. Convert it to the appropriate underlying

Callers 4

runAsyncFunction · 0.95
runInteractiveAsyncFunction · 0.95
StringMethod · 0.95
RunUnixShellFunction · 0.80

Calls 1

sysMethod · 0.95

Tested by

no test coverage detected