(queryId: Id, paramValues: ParamValues)
| 356 | |
| 357 | /// Queries.setParamValues |
| 358 | setParamValues(queryId: Id, paramValues: ParamValues): Queries; |
| 359 | |
| 360 | /// Queries.setParamValue |
| 361 | setParamValue(queryId: Id, paramId: Id, value: ParamValue): Queries; |
nothing calls this directly
no outgoing calls
no test coverage detected