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

Function fetchSimulatorProcesses

packages/client/src/api/simulators.ts:137–145  ·  view source on GitHub ↗
(
  udid: string,
  options: RequestInit = {},
)

Source from the content-addressed store, hash-verified

135}
136
137export async function fetchSimulatorProcesses(
138 udid: string,
139 options: RequestInit = {},
140): Promise<SimulatorProcessListResponse> {
141 return apiRequest<SimulatorProcessListResponse>(
142 `/api/simulators/${encodeURIComponent(udid)}/processes`,
143 options,
144 );
145}
146
147export async function fetchSimulatorPerformance(
148 udid: string,

Callers

nothing calls this directly

Calls 1

apiRequestFunction · 0.90

Tested by

no test coverage detected