MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / docValue

Function docValue

static/plugins/codemirror/addon/tern/tern.js:705–709  ·  view source on GitHub ↗
(ts, doc)

Source from the content-addressed store, hash-verified

703 }
704
705 function docValue(ts, doc) {
706 var val = doc.doc.getValue();
707 if (ts.options.fileFilter) val = ts.options.fileFilter(val, doc.name, doc.doc);
708 return val;
709 }
710
711 // Worker wrapper
712

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