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

Method Set

internal/server/cgroup/types.go:8–8  ·  view source on GitHub ↗
(controller string, key string, value string)

Source from the content-addressed store, hash-verified

6type ReadWriter interface {
7 Get(controller string, key string) (string, error)
8 Set(controller string, key string, value string) error
9}
10
11// IOStats represent IO stats.

Implementers 4

cgroupWriterinternal/server/device/disk.go
lxcCgroupReadWriterinternal/server/instance/drivers/drive
fileReadWriterinternal/server/cgroup/file.go
cowsqlNodeStoreinternal/server/cluster/gateway.go

Calls

no outgoing calls

Tested by 3

newServerFunction · 0.52
TestGateway_SingleFunction · 0.52
newRestServerFunction · 0.52