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

Function resolveNoArgDeviceCall

packages/simdeck-test/src/index.ts:250–252  ·  view source on GitHub ↗
(args: unknown[])

Source from the content-addressed store, hash-verified

248 return resolved;
249 };
250 const resolveNoArgDeviceCall = (args: unknown[]) => ({
251 udid: requireUdid(typeof args[0] === "string" ? args[0] : undefined),
252 });
253 const resolveStringArgDeviceCall = (args: unknown[]) => {
254 if (
255 args.length >= 2 &&

Callers 1

createSessionFunction · 0.85

Calls 1

requireUdidFunction · 0.85

Tested by

no test coverage detected