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

Method constructor

src/client.ts:725–727  ·  view source on GitHub ↗
(options: ClientOptions)

Source from the content-addressed store, hash-verified

723// for international users
724export class Cresc extends Pushy {
725 constructor(options: ClientOptions) {
726 super(options, 'Cresc');
727 }
728}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected