(className, config)
| 23 | } |
| 24 | |
| 25 | function checkLiveQuery(className, config) { |
| 26 | return config.liveQueryController && config.liveQueryController.hasLiveQuery(className); |
| 27 | } |
| 28 | async function runFindTriggers( |
| 29 | config, |
| 30 | auth, |
no test coverage detected