MCPcopy
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
47func (h *execPostHook) postSuccess() error {
48 if h.execOn == execOnSuccess {
49 return h.Do()
50 }
51 return nil
52}
53
54func (h *execPostHook) postFail() error {
55 if h.execOn == execOnFailure {

Callers

nothing calls this directly

Calls 1

DoMethod · 0.95

Tested by

no test coverage detected