MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / fetchChromeProfile

Function fetchChromeProfile

packages/client/src/api/simulators.ts:49–51  ·  view source on GitHub ↗
(udid: string)

Source from the content-addressed store, hash-verified

47}
48
49export async function fetchChromeProfile(udid: string): Promise<ChromeProfile> {
50 return apiRequest<ChromeProfile>(`/api/simulators/${udid}/chrome-profile`);
51}
52
53export async function fetchSimulatorState(
54 udid: string,

Callers 1

loadChromeProfileFunction · 0.90

Calls 1

apiRequestFunction · 0.90

Tested by

no test coverage detected