| 277 | window._compressionLockSid=sid||null; |
| 278 | } |
| 279 | const esc=s=>String(s??'').replace(/[&<>"']/g,c=>({'&':'&','<':'<','>':'>','"':'"',"'":'''}[c])); |
| 280 | function _matchBacktickFenceLine(line){ |
| 281 | const m=String(line||'').match(/^[ ]{0,3}(`{3,})([^`]*)$/); |
| 282 | if(!m) return null; |
no outgoing calls
no test coverage detected