MCPcopy Create free account
hub / github.com/Semantic-Org/Semantic-UI-CSS / escapedChar

Function escapedChar

semantic.js:12095–12097  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

12093 "`": "`"
12094 },
12095 escapedChar = function(chr) {
12096 return escape[chr];
12097 }
12098 ;
12099 if(shouldEscape.test(string)) {
12100 return string.replace(badChars, escapedChar);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…