MCPcopy Create free account
hub / github.com/Roy3838/Observer / constructor

Method constructor

app/src/utils/commandSSE.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 private readonly serverUrl = 'http://127.0.0.1:3838';
16
17 private constructor() {}
18
19 static getInstance(): CommandSSE {
20 if (!CommandSSE.instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected