Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.85
getFile
Function · 0.85
sendDoc
Function · 0.85
buildRequest
Function · 0.85
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected