MCPcopy
hub / github.com/lxc/incus / GetOperationWebsocket

Method GetOperationWebsocket

client/interfaces.go:298–298  ·  view source on GitHub ↗
(uuid string, secret string)

Source from the content-addressed store, hash-verified

296 GetOperationWait(uuid string, timeout int) (op *api.Operation, ETag string, err error)
297 GetOperationWaitSecret(uuid string, secret string, timeout int) (op *api.Operation, ETag string, err error)
298 GetOperationWebsocket(uuid string, secret string) (conn *websocket.Conn, err error)
299 DeleteOperation(uuid string) (err error)
300
301 // Profile functions

Callers 3

GetWebsocketMethod · 0.65
proxyMigrationMethod · 0.65
operationWebsocketGetFunction · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls

Tested by

no test coverage detected