Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ Log
Method
Log
package/log/multi/multi.go:17–22 ·
view source on GitHub ↗
(entry *log.Entry)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(f *Handler) Log(entry *log.Entry) (err error) {
18
for
_, handler :=
range
f.handlers {
19
err = errs.Join(err, handler.Log(entry))
20
}
21
return
err
22
}
Callers
nothing calls this directly
Calls
2
Join
Function · 0.92
Log
Method · 0.65
Tested by
no test coverage detected