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

Function setLocalHashInfo

src/core.ts:37–39  ·  view source on GitHub ↗
(hash: string, info: Record<string, any>)

Source from the content-addressed store, hash-verified

35export const currentVersion: string = PushyConstants.currentVersion;
36
37export function setLocalHashInfo(hash: string, info: Record<string, any>) {
38 PushyModule.setLocalHashInfo(hash, JSON.stringify(info));
39}
40
41const currentVersionInfoString: string = PushyConstants.currentVersionInfo;
42let _currentVersionInfo: Record<string, any> = {};

Callers 2

PushyClass · 0.90
core.tsFile · 0.85

Calls 1

setLocalHashInfoMethod · 0.65

Tested by

no test coverage detected