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

Function commandOpenEditorGutterBlame

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

Source from the content-addressed store, hash-verified

263};
264
265const commandOpenEditorGutterBlame = () => {
266 if (vscode.window.activeTextEditor) {
267 return EditorGitBlame.getInstance(vscode.window.activeTextEditor).open();
268 }
269};
270
271const commandCloseEditorGutterBlame = () => {
272 if (vscode.window.activeTextEditor) {

Callers

nothing calls this directly

Calls 2

openMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected