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

Function buildScreenMaskUrl

packages/client/src/app/AppShell.tsx:186–191  ·  view source on GitHub ↗
(udid: string, stamp: string)

Source from the content-addressed store, hash-verified

184}
185
186function buildScreenMaskUrl(udid: string, stamp: string): string {
187 return buildAuthenticatedAssetUrl(
188 `/api/simulators/${udid}/screen-mask.png`,
189 stamp,
190 );
191}
192
193function buildAuthenticatedAssetUrl(
194 path: string,

Callers 1

AppShellFunction · 0.85

Calls 1

Tested by

no test coverage detected