(queryCallback: QueryCallback)
| 368 | |
| 369 | /// Queries.forEachQuery |
| 370 | forEachQuery(queryCallback: QueryCallback): void; |
| 371 | |
| 372 | /// Queries.hasQuery |
| 373 | hasQuery(queryId: Id): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected