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

Function isMainModule

scripts/studio-host-provider.mjs:753–755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

751}
752
753function isMainModule() {
754 return process.argv[1] === fileURLToPath(import.meta.url);
755}
756
757export {
758 cloneSimulator,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected