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

Function closeArgHints

lib/web/CodeMirror/addon/tern/tern.js:666–672  ·  view source on GitHub ↗
(ts)

Source from the content-addressed store, hash-verified

664 }
665
666 function closeArgHints(ts) {
667 if (ts.activeArgHints) {
668 if (ts.activeArgHints.clear) ts.activeArgHints.clear()
669 remove(ts.activeArgHints)
670 ts.activeArgHints = null
671 }
672 }
673
674 function docValue(ts, doc) {
675 var val = doc.doc.getValue();

Callers 4

tern.jsFile · 0.85
updateArgHintsFunction · 0.85
showArgHintsFunction · 0.85
moveToFunction · 0.85

Calls 2

removeFunction · 0.70
clearMethod · 0.45

Tested by

no test coverage detected