(functionName, applicationId)
| 269 | } |
| 270 | |
| 271 | export function getValidator(functionName, applicationId) { |
| 272 | return get(Category.Validators, functionName, applicationId); |
| 273 | } |
| 274 | |
| 275 | export function getRequestObject( |
| 276 | triggerType, |
no test coverage detected
searching dependent graphs…