MCPcopy Index your code
hub / github.com/codeaashu/claude-code / didStopImmediatePropagation

Method didStopImmediatePropagation

src/ink/events/event.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 private _didStopImmediatePropagation = false
3
4 didStopImmediatePropagation(): boolean {
5 return this._didStopImmediatePropagation
6 }
7
8 stopImmediatePropagation(): void {
9 this._didStopImmediatePropagation = true

Callers 5

dispatchClickFunction · 0.80
emitMethod · 0.80
useTypeaheadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected