MCPcopy
hub / github.com/dirk1983/deepseek / replaceEntities

Function replaceEntities

js/remarkable.js:2540–2544  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2538}
2539
2540function replaceEntities(str) {
2541 if (str.indexOf('&') < 0) { return str; }
2542
2543 return str.replace(NAMED_ENTITY_RE, replaceEntityPattern);
2544}
2545
2546////////////////////////////////////////////////////////////////////////////////
2547

Callers 1

remarkable.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…