MCPcopy 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
33func (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
40type TaskStoreForApi struct {

Callers 3

DestroyTaskMethod · 0.45
DeleteUserMethod · 0.45
DeleteRoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected