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

Method provideLexer

web/marked.min.js:1933–1935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1931 return e;
1932 }
1933 provideLexer() {
1934 return this.block ? x.lex : x.lexInline;
1935 }
1936 provideParser() {
1937 return this.block ? b.parse : b.parseInline;
1938 }

Callers 1

parseMarkdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected