Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
(m multiLogger) Write(p []byte) (int, error) {
48
m.Info(string(p))
49
return
len(p), nil
50
}
51
52
func
(m multiLogger) Close() error {
53
var
errs error
Callers
nothing calls this directly
Calls
1
Info
Method · 0.95
Tested by
no test coverage detected