Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ applyToEnvironment
Function
applyToEnvironment
packages/vite/src/node/plugins/resolve.ts:216–218 ·
view source on GitHub ↗
(environment)
Source
from the content-addressed store, hash-verified
214
{
215
name,
216
applyToEnvironment(environment) {
217
return
f(environment, createGetEnvironment(environment.name))
218
},
219
},
220
]
221
}
Callers
nothing calls this directly
Calls
3
isDepOptimizationDisabled
Function · 0.90
createGetEnvironment
Function · 0.85
f
Function · 0.50
Tested by
no test coverage detected