Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tuna/tunasync
/ postSuccess
Method
postSuccess
worker/exec_post_hook.go:47–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(h *execPostHook) postSuccess() error {
48
if
h.execOn == execOnSuccess {
49
return
h.Do()
50
}
51
return
nil
52
}
53
54
func
(h *execPostHook) postFail() error {
55
if
h.execOn == execOnFailure {
Callers
nothing calls this directly
Calls
1
Do
Method · 0.95
Tested by
no test coverage detected