MCPcopy Index your code
hub / github.com/rollup/plugins / resolveId

Function resolveId

packages/node-resolve/test/test.mjs:528–534  ·  view source on GitHub ↗
(source, importer, options)

Source from the content-addressed store, hash-verified

526 });
527 },
528 resolveId(source, importer, options) {
529 resolveOptions.push([
530 getLastPathFragment(source),
531 getLastPathFragment(importer),
532 options
533 ]);
534 }
535 }
536 ]
537 });

Callers

nothing calls this directly

Calls 2

getLastPathFragmentFunction · 0.70
resolveFunction · 0.50

Tested by

no test coverage detected