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

Function shouldIgnore

static/word2md/mammoth.browser.js:5316–5316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5314}
5315
5316var shouldIgnore = function() { return false; };
5317var parseLineInfoRegex = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;
5318function parseLineInfo(line) {
5319 var matches = line.match(parseLineInfoRegex);

Callers 1

cleanStackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected