MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / downloadPatchFromPpk

Method downloadPatchFromPpk

src/NativePushy.ts:22–22  ·  view source on GitHub ↗
(options: {
    updateUrl: string;
    hash: string;
    originHash: string;
  })

Source from the content-addressed store, hash-verified

20 setNeedUpdate(options: { hash: string }): Promise<void>;
21 markSuccess(): Promise<void>;
22 downloadPatchFromPpk(options: {
23 updateUrl: string;
24 hash: string;
25 originHash: string;

Callers 3

downloadPatchFromPpkMethod · 0.65
PushyClass · 0.65
downloadPatchFromPpkMethod · 0.65

Implementers 3

UpdateModuleandroid/src/newarch/cn/reactnative/mod
UpdateModuleandroid/src/oldarch/cn/reactnative/mod
PushyTurboModuleharmony/pushy/src/main/ets/PushyTurboM

Calls

no outgoing calls

Tested by

no test coverage detected