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

Method provideLinks

lib/types.ts:647–647  ·  view source on GitHub ↗

* Provide links for a given row * @param y Absolute row in buffer (0-based) * @param callback Called with detected links (or undefined if none)

(y: number, callback: (links: ILink[] | undefined) => void)

Source from the content-addressed store, hash-verified

645 * @param callback Called with detected links (or undefined if none)
646 */
647 provideLinks(y: number, callback: (links: ILink[] | undefined) => void): void;
648
649 /** Optional: called when terminal is disposed */
650 dispose?(): void;

Callers 1

scanRowMethod · 0.65

Implementers 2

UrlRegexProviderlib/providers/url-regex-provider.ts
OSC8LinkProviderlib/providers/osc8-link-provider.ts

Calls

no outgoing calls

Tested by

no test coverage detected