Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ ModifyHook
Struct
ModifyHook
hook_test.go:52–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
type
ModifyHook
struct
{
53
}
54
55
func
(hook *ModifyHook) Fire(entry *Entry) error {
56
entry.Data[
"wow"
] =
"whale"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected