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

Struct operationResponse

internal/server/operations/response.go:15–17  ·  view source on GitHub ↗

Operation response.

Source from the content-addressed store, hash-verified

13
14// Operation response.
15type operationResponse struct {
16 op *Operation
17}
18
19// OperationResponse returns an operation response.
20func OperationResponse(op *Operation) response.Response {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected