MCPcopy
hub / github.com/markedjs/marked / inline

Method inline

src/Lexer.ts:295–298  ·  view source on GitHub ↗
(src: string, tokens: Token[] = [])

Source from the content-addressed store, hash-verified

293 }
294
295 inline(src: string, tokens: Token[] = []) {
296 this.inlineQueue.push({ src, tokens });
297 return tokens;
298 }
299
300 /**
301 * Lexing/Compiling

Callers 11

marked.tsFile · 0.80
headingFunction · 0.80
tokenizerFunction · 0.80
tokenizerFunction · 0.80
headingFunction · 0.80
paragraphFunction · 0.80
headingMethod · 0.80
tableMethod · 0.80
lheadingMethod · 0.80
paragraphMethod · 0.80
textMethod · 0.80

Calls

no outgoing calls

Tested by 3

tokenizerFunction · 0.64
headingFunction · 0.64
paragraphFunction · 0.64