MCPcopy
hub / github.com/chaterm/Chaterm / on

Method on

src/main/ssh/jumpserver/k8sNavigator.ts:27–27  ·  view source on GitHub ↗
(event: string, listener: (...args: unknown[]) => void)

Source from the content-addressed store, hash-verified

25interface ShellStream {
26 write(chunk: string): boolean
27 on(event: string, listener: (...args: unknown[]) => void): unknown
28 removeListener(event: string, listener: (...args: unknown[]) => void): unknown
29 close?: () => void
30 end?: () => void

Callers 15

dbAiOnStreamFunction · 0.65
dbAiOnToolFunction · 0.65
dbAiOnDoneFunction · 0.65
index.tsFile · 0.65
onPluginInstallProgressFunction · 0.65
createWindowFunction · 0.65
index.tsFile · 0.65
createBrowserWindowFunction · 0.65
setupIPCFunction · 0.65
createMainWindowFunction · 0.65
registerUpdaterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected