MCPcopy Index your code
hub / github.com/adobe/react-spectrum / isRootSpecifier

Function isRootSpecifier

scripts/reportExports.js:208–210  ·  view source on GitHub ↗
(specifier)

Source from the content-addressed store, hash-verified

206}
207
208function isRootSpecifier(specifier) {
209 return specifier === getPackageName(specifier);
210}
211
212function matchesNoteFilter(notes, noteFilters) {
213 if (noteFilters.length === 0) {

Callers 1

mainFunction · 0.85

Calls 1

getPackageNameFunction · 0.85

Tested by

no test coverage detected