Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ send
Function
send
packages/vite/src/shared/moduleRunnerTransport.ts:124–126 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
122
return
transport.disconnect?.()
123
},
124
send(data) {
125
return
transport.send!(data)
126
},
127
async
invoke<T extends keyof InvokeMethods>(
128
name: T,
129
data: Parameters<InvokeMethods[T]>,
Callers
nothing calls this directly
Calls
1
send
Method · 0.65
Tested by
no test coverage detected