MCPcopy
hub / github.com/xtermjs/xterm.js / getCss

Method getCss

src/browser/ColorContrastCache.ts:18–20  ·  view source on GitHub ↗
(bg: number, fg: number)

Source from the content-addressed store, hash-verified

16 }
17
18 public getCss(bg: number, fg: number): string | null | undefined {
19 return this._css.get(bg, fg);
20 }
21
22 public setColor(bg: number, fg: number, value: IColor | null): void {
23 this._color.set(bg, fg, value);

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected