Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ nameLayer
Function
nameLayer
packages/vite/src/node/plugins/css.ts:1605–1607 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
1603
return
code
1604
},
1605
nameLayer(index) {
1606
return
`vite--anon-layer-${getHash(id)}-${index}`
1607
},
1608
}),
1609
)
1610
}
Callers
nothing calls this directly
Calls
1
getHash
Function · 0.90
Tested by
no test coverage detected