(options: {
updateUrl: string;
hash: string;
originHash: string;
})
| 20 | setNeedUpdate(options: { hash: string }): Promise<void>; |
| 21 | markSuccess(): Promise<void>; |
| 22 | downloadPatchFromPpk(options: { |
| 23 | updateUrl: string; |
| 24 | hash: string; |
| 25 | originHash: string; |
no outgoing calls
no test coverage detected