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

Method Writable

shared/api/network_integration.go:58–60  ·  view source on GitHub ↗

Writable converts a full NetworkIntegration struct into a NetworkIntegrationPut struct (filters read-only fields).

()

Source from the content-addressed store, hash-verified

56
57// Writable converts a full NetworkIntegration struct into a NetworkIntegrationPut struct (filters read-only fields).
58func (f *NetworkIntegration) Writable() NetworkIntegrationPut {
59 return f.NetworkIntegrationPut
60}
61
62// NetworkIntegrationPost represents the fields required to rename a network integration
63//

Callers 2

networkIntegrationGetFunction · 0.95
networkIntegrationPutFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected