(applicationId)
| 261 | } |
| 262 | |
| 263 | export function getJobs(applicationId) { |
| 264 | var manager = _triggerStore[applicationId]; |
| 265 | if (manager && manager.Jobs) { |
| 266 | return manager.Jobs; |
| 267 | } |
| 268 | return undefined; |
| 269 | } |
| 270 | |
| 271 | export function getValidator(functionName, applicationId) { |
| 272 | return get(Category.Validators, functionName, applicationId); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…