(queryId: Id, paramId: Id)
| 353 | |
| 354 | /// Queries.getParamValue |
| 355 | getParamValue(queryId: Id, paramId: Id): ParamValue | undefined; |
| 356 | |
| 357 | /// Queries.setParamValues |
| 358 | setParamValues(queryId: Id, paramValues: ParamValues): Queries; |
nothing calls this directly
no outgoing calls
no test coverage detected