MCPcopy
hub / github.com/digitalocean/doctl / Close

Method Close

commands/auth_test.go:352–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350var _ io.WriteCloser = (*nopWriteCloser)(nil)
351
352func (d *nopWriteCloser) Close() error {
353 return nil
354}

Calls

no outgoing calls

Tested by

no test coverage detected