MCPcopy
hub / github.com/docker/compose / NetworkRemove

Method NetworkRemove

pkg/dryrun/dryrunclient.go:265–267  ·  view source on GitHub ↗
(ctx context.Context, networkName string, options client.NetworkRemoveOptions)

Source from the content-addressed store, hash-verified

263}
264
265func (d *DryRunClient) NetworkRemove(ctx context.Context, networkName string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error) {
266 return client.NetworkRemoveResult{}, nil
267}
268
269func (d *DryRunClient) VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error) {
270 return client.VolumeCreateResult{

Callers 6

TestDownFunction · 0.45
TestDownRemoveOrphansFunction · 0.45
execRemoveNetworkMethod · 0.45
removeDivergedNetworkMethod · 0.45
removeNetworkMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestDownFunction · 0.36
TestDownRemoveOrphansFunction · 0.36