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

Function stopCommandSSE

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

Source from the content-addressed store, hash-verified

134
135export const startCommandSSE = (getToken?: TokenProvider) => commandSSE.start(getToken);
136export const stopCommandSSE = () => commandSSE.stop();
137export const updateCommandSSEToken = (getToken?: TokenProvider) => commandSSE.updateToken(getToken);
138export const isCommandSSEActive = () => commandSSE.isRunning();

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected