Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheTom/turboquant_plus
/ _esc
Function
_esc
refract/report_html.py:239–240 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
237
238
239
def
_esc(s) -> str:
240
return
_html.escape(
""
if
s is None
else
str(s))
241
242
243
def
_badge(b: str, override_label: Optional[str] = None) -> str:
Callers
13
test_esc_escapes_html_special_chars
Function · 0.90
_badge
Function · 0.85
_highlight_repro
Function · 0.85
_axis_letter_chip
Function · 0.85
_stat_block
Function · 0.85
_findings
Function · 0.85
_axis_row
Function · 0.85
_rniah_matrix_detail
Function · 0.85
_plad_table_detail
Function · 0.85
_summary_box
Function · 0.85
_kv_pair
Function · 0.85
_run_details
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_esc_escapes_html_special_chars
Function · 0.72