MCPcopy Create free account
hub / github.com/docker/secrets-engine / Println

Method Println

x/ipc/ipc.go:62–64  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

60}
61
62func (l loggerWrapper) Println(v ...interface{}) {
63 l.logger.Errorf(fmt.Sprintln(v...))
64}
65
66func NewClientIPC(logger logging.Logger, sockConn io.ReadWriteCloser, handler http.Handler, onServerClosed func(error), option ...Option) (io.Closer, *http.Client, error) {
67 cfg := yamux.DefaultConfig()

Callers 2

newCommandFunction · 0.80
ListCommandFunction · 0.80

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected