| 2 | import { LiveQueryOptions } from '../Options'; |
| 3 | import { getClassName } from './../triggers'; |
| 4 | export class LiveQueryController { |
| 5 | classNames: any; |
| 6 | liveQueryPublisher: any; |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected