MCPcopy Index your code
hub / github.com/continuedev/continue / emitBashToolStarted

Function emitBashToolStarted

extensions/cli/src/util/cli.ts:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98export const bashToolEvents = new EventEmitter();
99
100export function emitBashToolStarted(): void {
101 bashToolEvents.emit("started");
102}
103
104export function emitBashToolEnded(): void {
105 bashToolEvents.emit("ended");

Callers 1

Calls 1

emitMethod · 0.65

Tested by

no test coverage detected