Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
tokenise
Function · 0.70
Calls
1
range
Method · 0.45
Tested by
no test coverage detected