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

Function buildChromeUrl

packages/client/src/app/AppShell.tsx:161–171  ·  view source on GitHub ↗
(
  udid: string,
  stamp: string,
  includeButtons = true,
)

Source from the content-addressed store, hash-verified

159}
160
161function buildChromeUrl(
162 udid: string,
163 stamp: string,
164 includeButtons = true,
165): string {
166 return buildAuthenticatedAssetUrl(
167 `/api/simulators/${udid}/chrome.png`,
168 stamp,
169 includeButtons ? undefined : { buttons: "false" },
170 );
171}
172
173function buildChromeButtonUrl(
174 udid: string,

Callers 1

AppShellFunction · 0.85

Calls 1

Tested by

no test coverage detected