MCPcopy Index your code
hub / github.com/reactnativecn/react-native-update / setLocalHashInfo

Method setLocalHashInfo

src/NativePushy.ts:15–15  ·  view source on GitHub ↗
(hash: string, info: string)

Source from the content-addressed store, hash-verified

13 currentVersionInfo: string;
14 };
15 setLocalHashInfo(hash: string, info: string): Promise<void>;
16 getLocalHashInfo(hash: string): Promise<string>;
17 setUuid(uuid: string): Promise<void>;
18 reloadUpdate(options: { hash: string }): Promise<void>;

Callers 2

setLocalHashInfoFunction · 0.65
invokePushyMethodFunction · 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