Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
newTaskStore() *taskStore {
17
return
&taskStore{store:
map
[string]*taskHandle{}}
18
}
19
20
func
(ts *taskStore) Set(id string, handle *taskHandle) {
21
ts.lock.Lock()
Callers
1
NewDriver
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected