MCPcopy Create free account
hub / github.com/coder/envbox / Write

Method Write

buildlog/logger.go:47–50  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

45}
46
47func (m multiLogger) Write(p []byte) (int, error) {
48 m.Info(string(p))
49 return len(p), nil
50}
51
52func (m multiLogger) Close() error {
53 var errs error

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.95

Tested by

no test coverage detected