Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ BrowserClient
Interface
BrowserClient
src/runtime/databases/browserSession.ts:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
import
* as eveSource from
"../eveSource"
;
11
12
interface
BrowserClient {
13
send(json: string);
14
}
15
16
export
class
BrowserEventDatabase extends Database {
17
constructor() {
Callers
8
socketSend
Method · 0.65
initIDE
Function · 0.65
client.ts
File · 0.65
writeToGist
Function · 0.65
readFromGist
Function · 0.65
updateViews
Method · 0.65
send
Method · 0.65
e
Function · 0.65
Implementers
8
EveClient
src/client.ts
LanguageService
src/ide.ts
NoopPerformanceTracker
src/runtime/performance.ts
PerformanceTracker
src/runtime/performance.ts
WebworkerRuntimeClient
src/runtime/webworker.ts
BrowserRuntimeClient
src/runtime/browser.ts
HTTPRuntimeClient
src/runtime/server.ts
SocketRuntimeClient
src/runtime/server.ts
Calls
no outgoing calls
Tested by
no test coverage detected