MCPcopy 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.jsFile · 0.85
updateArgHintsFunction · 0.85
showArgHintsFunction · 0.85
moveToFunction · 0.85

Calls 1

removeFunction · 0.70

Tested by

no test coverage detected