MCPcopy Create free account
hub / github.com/microsoft/TypeChat / fill

Function fill

typescript/examples/drawing/src/render.ts:31–33  ·  view source on GitHub ↗
(style?: Style)

Source from the content-addressed store, hash-verified

29}
30
31function fill(style?: Style): string {
32 return style?.fillColor ?? "none";
33}
34
35function renderBox(item: Box): string {
36 const rounded = item.style?.corners === "rounded";

Callers 2

renderBoxFunction · 0.85
renderEllipseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…