Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/node-schedule/node-schedule
/ deleteScheduledJob
Function
deleteScheduledJob
lib/Job.js:277–281 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
275
};
276
277
function
deleteScheduledJob(name) {
278
if
(name) {
279
delete scheduledJobs[name];
280
}
281
}
282
283
module.exports = {
284
Job,
Callers
1
Job
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…