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

Method fetchDeviceId

packages/sdks/sdk/src/index.ts:274–276  ·  view source on GitHub ↗

* @deprecated Use `getDeviceId()` instead. This async method is no longer needed.

()

Source from the content-addressed store, hash-verified

272 * @deprecated Use `getDeviceId()` instead. This async method is no longer needed.
273 */
274 fetchDeviceId(): Promise<string> {
275 return Promise.resolve(this.deviceId ?? '');
276 }
277
278 clear() {
279 this.profileId = undefined;

Callers 2

fetchDeviceIdFunction · 0.45
testDirectMethodAPIFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected