Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
208
function
isRootSpecifier(specifier) {
209
return
specifier === getPackageName(specifier);
210
}
211
212
function
matchesNoteFilter(notes, noteFilters) {
213
if
(noteFilters.length === 0) {
Callers
1
main
Function · 0.85
Calls
1
getPackageName
Function · 0.85
Tested by
no test coverage detected