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

Function isMainModule

scripts/studio-provider-bridge.mjs:718–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

716}
717
718function isMainModule() {
719 return import.meta.url === pathToFileURL(process.argv[1] || "").href;
720}
721
722function stableLocalProviderId() {
723 const fingerprint = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected