Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
1
class
="cm">// Scheme check that imports from different paths are resolved to the same module
2
const
messages = []
3
export
const
add = (message) => {
4
messages.push(message)
5
}
6
export
const
get = () => messages
Callers
1
render
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected