MCPcopy Index your code
hub / github.com/coder/envbox / Write

Method Write

buildlog/coder.go:207–210  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

205}
206
207func (c *CoderLogger) Write(p []byte) (int, error) {
208 c.Info(string(p))
209 return len(p), nil
210}
211
212func (c *CoderLogger) Close() error {
213 return c.client.Close()

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.95

Tested by

no test coverage detected