MCPcopy Index your code
hub / github.com/TruthHun/BookStack / endToken

Function endToken

static/word2md/mammoth.browser.js:15343–15349  ·  view source on GitHub ↗
(input, source)

Source from the content-addressed store, hash-verified

15341 }
15342
15343 function endToken(input, source) {
15344 return new Token(
15345 "end",
15346 null,
15347 source.range(input.length, input.length)
15348 );
15349 }
15350
15351 return {
15352 tokenise: tokenise

Callers 1

tokeniseFunction · 0.70

Calls 1

rangeMethod · 0.45

Tested by

no test coverage detected