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

Function getLocalHashInfo

src/core.ts:68–70  ·  view source on GitHub ↗
(hash: string)

Source from the content-addressed store, hash-verified

66let uuid = PushyConstants.uuid;
67
68async function getLocalHashInfo(hash: string) {
69 return JSON.parse(await PushyModule.getLocalHashInfo(hash));
70}
71
72// @deprecated use currentVersionInfo instead
73export async function getCurrentVersionInfo(): Promise<{

Callers 1

getCurrentVersionInfoFunction · 0.85

Calls 1

getLocalHashInfoMethod · 0.65

Tested by

no test coverage detected