Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tuna/tunasync
/ Remove
Method
Remove
worker/schedule.go:85–89 ·
view source on GitHub ↗
remove job
(name string)
Source
from the content-addressed store, hash-verified
83
84
// remove job
85
func
(q *scheduleQueue) Remove(name string) bool {
86
q.Lock()
87
defer
q.Unlock()
88
return
q.unsafeRemove(name)
89
}
90
91
// remove job
92
func
(q *scheduleQueue) unsafeRemove(name string) bool {
Callers
7
TestConfig
Function · 0.80
preExec
Method · 0.80
postFail
Method · 0.80
TestSchedule
Function · 0.80
disableJob
Method · 0.80
makeHTTPServer
Method · 0.80
TestConfig
Function · 0.80
Calls
1
unsafeRemove
Method · 0.95
Tested by
3
TestConfig
Function · 0.64
TestSchedule
Function · 0.64
TestConfig
Function · 0.64