Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
163
def
_to_html(text):
164
yield
html.escape(text, quote=False).replace(
' '
,
' '
) or
'↵'
Callers
1
_dump_chunk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected