MCPcopy Create free account
hub / github.com/Hashnode/starter-kit / b

Function b

packages/utils/renderer/highlight.js:223–234  ·  view source on GitHub ↗
(e, n, t = {})

Source from the content-addressed store, hash-verified

221 /\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/,
222 },
223 b = function (e, n, t = {}) {
224 var a = r({ className: 'comment', begin: e, end: n, contains: [] }, t);
225 return (
226 a.contains.push(m),
227 a.contains.push({
228 className: 'doctag',
229 begin: '(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):',
230 relevance: 0,
231 }),
232 a
233 );
234 },
235 v = b('//', '$'),
236 x = b('/\\*', '\\*/'),
237 E = b('#', '$');

Callers 4

highlight.jsFile · 0.70
mFunction · 0.70
uFunction · 0.70
vFunction · 0.70

Calls 15

addRuleMethod · 0.95
gFunction · 0.85
considerAllMethod · 0.80
closeAllNodesMethod · 0.80
finalizeMethod · 0.80
toHTMLMethod · 0.80
rFunction · 0.70
yFunction · 0.70
nFunction · 0.70
eFunction · 0.70
tFunction · 0.70

Tested by

no test coverage detected