MCPcopy Create free account
hub / github.com/coder/ghostty-web / IDisposable

Interface IDisposable

lib/interfaces.ts:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57export interface IDisposable {
58 dispose(): void;
59}
60
61export type IEvent<T> = (listener: (arg: T) => void) => IDisposable;
62

Callers

nothing calls this directly

Implementers 10

Terminallib/terminal.ts
CanvasRendererlib/renderer.ts
SelectionManagerlib/selection-manager.ts
KeyEncoderlib/ghostty.ts
EventEmitterlib/event-emitter.ts
LinkDetectorlib/link-detector.ts
InputHandlerlib/input-handler.ts
UrlRegexProviderlib/providers/url-regex-provider.ts
OSC8LinkProviderlib/providers/osc8-link-provider.ts
FitAddonlib/addons/fit.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…