MCPcopy
hub / github.com/coder/code-server / Event

Interface Event

src/common/emitter.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface Event<T> {
14 (listener: Callback<T>): Disposable
15}
16
17/**
18 * Emitter typecasts for a single event type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected