MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/ink/events/emitter.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// Similar to node's builtin EventEmitter, but is also aware of our `Event`
5// class, and so `emit` respects `stopImmediatePropagation()`.
6export class EventEmitter extends NodeEventEmitter {
7 constructor() {
8 super()
9 // Disable the default maxListeners warning. In React, many components

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected