MCPcopy
hub / github.com/vitejs/vite / add

Function add

playground/optimize-deps/dep-non-optimized/index.js:3–5  ·  playground/optimize-deps/dep-non-optimized/index.js::add
(message)

Source from the content-addressed store, hash-verified

1class="cm">// Scheme check that imports from different paths are resolved to the same module
2const messages = []
3export const add = (message) => {
4 messages.push(message)
5}
6export const get = () => messages

Callers 1

renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected