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

Method lexer

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

Source from the content-addressed store, hash-verified

2102 return ((this.defaults = { ...this.defaults, ...e }), this);
2103 }
2104 lexer(e, t) {
2105 return x.lex(e, t ?? this.defaults);
2106 }
2107 parser(e, t) {
2108 return b.parse(e, t ?? this.defaults);
2109 }

Callers

nothing calls this directly

Calls 1

lexMethod · 0.80

Tested by

no test coverage detected