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

Function isUsableApp

scripts/integration/fixture.mjs:310–315  ·  view source on GitHub ↗
(appPath)

Source from the content-addressed store, hash-verified

308}
309
310function isUsableApp(appPath) {
311 const binary = path.join(appPath, executable);
312 return (
313 fs.existsSync(path.join(appPath, "Info.plist")) && isExecutable(binary)
314 );
315}
316
317function isExecutable(filePath) {
318 try {

Callers 2

buildCachedFixtureAppFunction · 0.85
buildFixtureIntoCacheFunction · 0.85

Calls 1

isExecutableFunction · 0.85

Tested by

no test coverage detected