MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / ready

Method ready

packages/sdks/sdk/src/index.ts:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 ready() {
91 this.options.disabled = false;
92 this.options.waitForProfile = false;
93 this.flush();
94 }
95
96 private shouldQueue(payload: TrackHandlerPayload): boolean {
97 if (this.options.disabled) {

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected