MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / on

Method on

common/src/util/saxy.ts:86–86  ·  view source on GitHub ↗
(event: U, listener: SaxyEvents[U])

Source from the content-addressed store, hash-verified

84
85export interface Saxy {
86 on<U extends SaxyEventNames>(event: U, listener: SaxyEvents[U]): this
87 on(event: string | symbol | Event, listener: (...args: any[]) => void): this
88 once<U extends SaxyEventNames>(event: U, listener: SaxyEvents[U]): this
89}

Callers 15

processXMLFunction · 0.95
schema.tsFile · 0.65
tmuxFunction · 0.65
trackUpdateFailedFunction · 0.65
streamToStringFunction · 0.65
downloadBinaryFunction · 0.65
checkForUpdatesFunction · 0.65
spawnInstalledBinaryFunction · 0.65
mainFunction · 0.65
connectThroughProxyFunction · 0.65
httpGetFunction · 0.65
trackUpdateFailedFunction · 0.65

Calls

no outgoing calls

Tested by 6

processXMLFunction · 0.76
tmuxFunction · 0.52
tmuxFunction · 0.52
tmuxFunction · 0.52
tmuxFunction · 0.52
onFunction · 0.52