MCPcopy
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

createGetEnvironmentFunction · 0.85
fFunction · 0.50

Tested by

no test coverage detected