(queryId: Id)
| 347 | |
| 348 | /// Queries.delQueryDefinition |
| 349 | delQueryDefinition(queryId: Id): Queries; |
| 350 | |
| 351 | /// Queries.getParamValues |
| 352 | getParamValues(queryId: Id): ParamValues; |
nothing calls this directly
no outgoing calls
no test coverage detected