MCPcopy
hub / github.com/conwnet/github1s / commandCloseEditorGutterBlame

Function commandCloseEditorGutterBlame

extensions/github1s/src/commands/blame.ts:271–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269};
270
271const commandCloseEditorGutterBlame = () => {
272 if (vscode.window.activeTextEditor) {
273 return EditorGitBlame.getInstance(vscode.window.activeTextEditor).close();
274 }
275};
276
277export const registerBlameCommands = (context: vscode.ExtensionContext) => {
278 return context.subscriptions.push(

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected