MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / docValue

Function docValue

lib/web/CodeMirror/addon/tern/tern.js:674–678  ·  view source on GitHub ↗
(ts, doc)

Source from the content-addressed store, hash-verified

672 }
673
674 function docValue(ts, doc) {
675 var val = doc.doc.getValue();
676 if (ts.options.fileFilter) val = ts.options.fileFilter(val, doc.name, doc.doc);
677 return val;
678 }
679
680 // Worker wrapper
681

Callers 4

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

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected