MCPcopy
hub / github.com/Textualize/textual / get_content_line

Function get_content_line

tests/test_styles_cache.py:203–205  ·  view source on GitHub ↗
(y: int)

Source from the content-addressed store, hash-verified

201 rendered_lines: list[int] = []
202
203 def get_content_line(y: int) -> Strip:
204 rendered_lines.append(y)
205 return content[y]
206
207 styles = Styles()
208 styles.padding = 1

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…