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

Function buildFixtureApp

scripts/integration/cli.mjs:705–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

703}
704
705function buildFixtureApp() {
706 return buildCachedFixtureApp({
707 root,
708 tempRoot,
709 bundleId: fixtureBundleId,
710 urlScheme: fixtureUrlScheme,
711 log: logStep,
712 });
713}
714
715function startServer() {
716 killPortListeners(serverPort);

Callers 1

mainFunction · 0.70

Calls 1

buildCachedFixtureAppFunction · 0.90

Tested by

no test coverage detected