Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxc/incus
/ Wait
Method
Wait
internal/server/instance/instance_exec_cmd.go:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
// Cmd represents a local or remote command being run.
8
type
Cmd
interface
{
9
Wait() (int, error)
10
PID() int
11
Signal(s unix.Signal) error
12
WindowResize(fd, winchWidth, winchHeight int) error
Callers
15
receiveFromZfsSender
Method · 0.95
RefreshVolume
Method · 0.95
FileSFTPConn
Method · 0.95
RefreshVolume
Method · 0.95
checkFeatures
Method · 0.95
FileSFTPConn
Method · 0.95
Console
Method · 0.95
Exec
Method · 0.95
vga
Method · 0.95
Do
Method · 0.95
start
Method · 0.95
sendSetup
Function · 0.65
Implementers
2
lxcCmd
internal/server/instance/drivers/drive
qemuCmd
internal/server/instance/drivers/drive
Calls
no outgoing calls
Tested by
4
TestQmpLogClose
Function · 0.52
TestConnectDisconnect
Function · 0.52
TestEvents
Function · 0.52
TestNotifyUpgradeCompleted
Function · 0.52