MCPcopy
hub / github.com/kubernetes/test-infra / isInterrupted

Method isInterrupted

kubetest/process/process.go:134–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (c *Control) isInterrupted() bool {
135 c.intLock.RLock()
136 i := c.interrupted
137 c.intLock.RUnlock()
138 return i
139}
140
141// FinishRunning returns cmd.Wait() and/or times out.
142func (c *Control) FinishRunning(cmd *exec.Cmd) error {

Callers 4

WriteXMLMethod · 0.95
XMLWrapMethod · 0.95
FinishRunningMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected