MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / buildFixtureApp

Function buildFixtureApp

scripts/integration/js-api.mjs:511–519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509}
510
511function buildFixtureApp() {
512 return buildCachedFixtureApp({
513 root,
514 tempRoot,
515 bundleId: fixtureBundleId,
516 urlScheme: fixtureUrlScheme,
517 log: (message) => console.log(`[fixture] ${message}`),
518 });
519}
520
521function preapproveFixtureUrlScheme() {
522 const plist = path.join(

Callers 1

mainFunction · 0.70

Calls 2

buildCachedFixtureAppFunction · 0.90
logMethod · 0.80

Tested by

no test coverage detected