MCPcopy Create free account
hub / github.com/TruthHun/BookStack / docValue

Function docValue

static/editor.md/lib/codemirror/addon/tern/tern.js:652–656  ·  view source on GitHub ↗
(ts, doc)

Source from the content-addressed store, hash-verified

650 }
651
652 function docValue(ts, doc) {
653 var val = doc.doc.getValue();
654 if (ts.options.fileFilter) val = ts.options.fileFilter(val, doc.name, doc.doc);
655 return val;
656 }
657
658 // Worker wrapper
659

Callers 4

tern.jsFile · 0.85
getFileFunction · 0.85
sendDocFunction · 0.85
buildRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected