Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ nextNewLine
Function
nextNewLine
static/word2md/mammoth.browser.js:14879–14881 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14877
var
self = this;
14878
var
index = 0;
14879
var
nextNewLine =
function
() {
14880
return
self._string.indexOf(
"\n"
, index);
14881
};
14882
14883
var
lineNumber = 1;
14884
while
(nextNewLine() !== -1 && nextNewLine() < this._startIndex) {
Callers
1
mammoth.browser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected