Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actiontech/dtle
/ Delete
Method
Delete
driver/state.go:33–37 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(ts *taskStore) Delete(id string) {
34
ts.lock.Lock()
35
defer
ts.lock.Unlock()
36
delete(ts.store, id)
37
}
38
39
// used by http api
40
type
TaskStoreForApi
struct
{
Callers
3
DestroyTask
Method · 0.45
DeleteUser
Method · 0.45
DeleteRole
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected