(uuid: string)
| 70 | } |
| 71 | |
| 72 | info(uuid: string): Promise<Script> { |
| 73 | return this.doThrow("fetchInfo", uuid); |
| 74 | } |
| 75 | |
| 76 | getFilterResult(req: { value: string }): Promise<ScriptCode | undefined> { |
| 77 | return this.do("getFilterResult", req); |
no test coverage detected