MCPcopy Create free account
hub / github.com/TruthHun/BookStack / update

Function update

static/editor.md/lib/codemirror/addon/hint/show-hint.js:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 function update() {
112 if (finished) return;
113 CodeMirror.signal(data, "update");
114 retrieveHints(completion.options.hint, completion.cm, completion.options, finishUpdate);
115 }
116 function finishUpdate(data_) {
117 data = data_;
118 if (finished) return;

Callers

nothing calls this directly

Calls 1

retrieveHintsFunction · 0.85

Tested by

no test coverage detected