Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ constructor
Method
constructor
src/utils/event-emitter.ts:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
private events: { [eventName: string]: Callback[] } = {};
8
9
private constructor() {}
10
11
public static getInstance(): EventEmitter {
12
if
(!EventEmitter.instance) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected