(x: Json, op: string)
| 54 | skipped: { id: string; reason: string }[]; |
| 55 | }; |
| 56 | |
| 57 | const SLOT = 'RUBIPAT_'; |
| 58 | const OPT = 'RUBIOPT_'; |
| 59 | const VAR = 'RUBIPATVARX'; |
| 60 | |
| 61 | function isCall(x: Json, op: string): x is Json[] { |
no outgoing calls
no test coverage detected