Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tuna/tunasync
/ emptyHook
Struct
emptyHook
worker/hooks.go:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
emptyHook
struct
{
21
provider mirrorProvider
22
}
23
24
func
(h *emptyHook) preJob() error {
25
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected