MCPcopy Create free account
hub / github.com/jetkvm/kvm / GetProcess

Method GetProcess

internal/native/proxy.go:100–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (c *cmdWrapper) GetProcess() interface {
101 Kill() error
102 Signal(sig interface{}) error
103} {
104 return &processWrapper{Process: c.Process}
105}
106
107type processWrapper struct {
108 *os.Process

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected