MCPcopy Index your code
hub / github.com/dreamans/syncd / TaskCallbackFn

FuncType TaskCallbackFn

deploy/task.go:20–20  ·  view source on GitHub ↗
func(int, int)

Source from the content-addressed store, hash-verified

18type CallbackFn func(int, int, int, []*ServerResult)
19
20type TaskCallbackFn func(int, int)
21
22var task = &deployTask{
23 deploys: map[int][]*Deploy{},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected