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

Function getText

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

Source from the content-addressed store, hash-verified

157 };
158
159 function getText(completion) {
160 if (typeof completion == "string") return completion;
161 else return completion.text;
162 }
163
164 function buildKeyMap(completion, handle) {
165 var baseMap = {

Callers 2

show-hint.jsFile · 0.70
WidgetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected