MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / isAppMainEntryId

Function isAppMainEntryId

packages/vite/hmr/client/index.ts:634–634  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

632 if (VERBOSE) console.warn('[hmr][prefetch] failed', e);
633 }
634 const isAppMainEntryId = (value: string) => value.endsWith(APP_MAIN_ENTRY_SPEC);
635 for (const id of realIds) {
636 // We now rely on SFC registry update events to trigger root resets for .vue files directly
637 if (/\.vue$/i.test(id)) {

Callers 1

applyDeltaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected