MCPcopy Create free account
hub / github.com/actiontech/dtle / newTaskStore

Function newTaskStore

driver/state.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func newTaskStore() *taskStore {
17 return &taskStore{store: map[string]*taskHandle{}}
18}
19
20func (ts *taskStore) Set(id string, handle *taskHandle) {
21 ts.lock.Lock()

Callers 1

NewDriverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected