Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ closeArgHints
Function
closeArgHints
static/editor.md/lib/codemirror/addon/tern/tern.js:648–650 ·
view source on GitHub ↗
(ts)
Source
from the content-addressed store, hash-verified
646
}
647
648
function
closeArgHints(ts) {
649
if
(ts.activeArgHints) { remove(ts.activeArgHints); ts.activeArgHints = null; }
650
}
651
652
function
docValue(ts, doc) {
653
var
val = doc.doc.getValue();
Callers
4
tern.js
File · 0.85
updateArgHints
Function · 0.85
showArgHints
Function · 0.85
moveTo
Function · 0.85
Calls
1
remove
Function · 0.70
Tested by
no test coverage detected