(queryId: Id)
| 350 | |
| 351 | /// Queries.getParamValues |
| 352 | getParamValues(queryId: Id): ParamValues; |
| 353 | |
| 354 | /// Queries.getParamValue |
| 355 | getParamValue(queryId: Id, paramId: Id): ParamValue | undefined; |
nothing calls this directly
no outgoing calls
no test coverage detected