MCPcopy
hub / github.com/timbrel/GitSavvy / git_throwing_silently

Method git_throwing_silently

core/git_command.py:399–405  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

397 return stdout
398
399 def git_throwing_silently(self, *args, **kwargs):
400 return self.git(
401 *args,
402 throw_on_error=True,
403 show_panel_on_error=False,
404 **kwargs
405 )
406
407 def get_encoding_candidates(self):
408 # type: () -> Sequence[str]

Callers 7

run_implMethod · 0.80
add_previous_tipMethod · 0.80
runMethod · 0.80
on_branch_selectionMethod · 0.80
runMethod · 0.80
get_remote_tagsMethod · 0.80

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected