MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / lex

Method lex

web/marked.min.js:1225–1227  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

1223 return { block: B, inline: P };
1224 }
1225 static lex(e, t) {
1226 return new l(t).lex(e);
1227 }
1228 static lexInline(e, t) {
1229 return new l(t).inlineTokens(e);
1230 }

Callers 1

lexerMethod · 0.80

Calls 2

blockTokensMethod · 0.95
inlineTokensMethod · 0.95

Tested by

no test coverage detected