MCPcopy
hub / github.com/jisaacks/GitGutter / _to_html

Function _to_html

modules/popup/differ.py:163–164  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

161
162
163def _to_html(text):
164 yield html.escape(text, quote=False).replace(' ', '  ') or '↵'

Callers 1

_dump_chunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected