MCPcopy
hub / github.com/unclecode/crawl4ai / e

Function e

docs/md_v2/assets/highlight.min.js:6–12  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

4 License: BSD-3-Clause
5 */
6 var hljs=function(){"use strict";function e(n){
7 return n instanceof Map?n.clear=n.delete=n.set=()=>{
8 throw Error("map is read-only")}:n instanceof Set&&(n.add=n.clear=n.delete=()=>{
9 throw Error("set is read-only")
10 }),Object.freeze(n),Object.getOwnPropertyNames(n).forEach((t=>{
11 const a=n[t],i=typeof a;"object"!==i&&"function"!==i||Object.isFrozen(a)||e(a)
12 })),n}class n{constructor(e){
13 void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}
14 ignoreMatch(){this.isMatchIgnored=!0}}function t(e){
15 return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")

Callers 2

QFunction · 0.85
neFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected