MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / resolveView

Function resolveView

src/cm/commandRegistry.js:1265–1267  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

1263}
1264
1265function resolveView(view) {
1266 return view || editorManager?.editor || null;
1267}
1268
1269function notifyLspUnavailable() {
1270 toast?.("Language server not available");

Callers 10

runFunction · 0.85
runLspCommandFunction · 0.85
copyCommandFunction · 0.85
cutCommandFunction · 0.85
pasteCommandFunction · 0.85
shareCommandFunction · 0.85
selectWordCommandFunction · 0.85
executeCommandFunction · 0.85
setKeyBindingsFunction · 0.85
refreshCommandKeymapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected