github.com/yogeshlonkar/moby@v1.13.2-0.20201203103638-c0b64beaea94/container/state_windows.go (about) 1 package container 2 3 // setFromExitStatus is a platform specific helper function to set the state 4 // based on the ExitStatus structure. 5 func (s *State) setFromExitStatus(exitStatus *ExitStatus) { 6 s.ExitCodeValue = exitStatus.ExitCode 7 }