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

Method once

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

Source from the content-addressed store, hash-verified

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}
90
91/**

Callers 11

checkForUpdatesFunction · 0.80
createConnectionMethod · 0.80
checkForUpdatesFunction · 0.80
createConnectionMethod · 0.80
checkForUpdatesFunction · 0.80
createConnectionMethod · 0.80
e2e-cli.test.tsFile · 0.80
runTreeSitterSmokeFunction · 0.80
mainFunction · 0.80
codeSearchFunction · 0.80
startDiscordBotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected