Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
207
func
(c *CoderLogger) Write(p []byte) (int, error) {
208
c.Info(string(p))
209
return
len(p), nil
210
}
211
212
func
(c *CoderLogger) Close() error {
213
return
c.client.Close()
Callers
nothing calls this directly
Calls
1
Info
Method · 0.95
Tested by
no test coverage detected