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

Function run

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

Source from the content-addressed store, hash-verified

188 readOnly: true,
189 requiresView: false,
190 run(view) {
191 const resolvedView = resolveView(view);
192 resolvedView?.focus();
193 return true;
194 },
195 });
196 addCommand({
197 name: "findFile",

Callers

nothing calls this directly

Calls 10

resolveViewFunction · 0.85
actionsFunction · 0.85
notifyLspUnavailableFunction · 0.85
focusMethod · 0.80
getActiveClientsMethod · 0.80
execMethod · 0.65
execFunction · 0.50
getMethod · 0.45
disposeMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected