MCPcopy
hub / github.com/catppuccin/catppuccin / run

Method run

samples/python1.py:692–696  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

690 return folder
691
692 def run(self):
693 self.vcs = get_vcs(self.get_working_dir())
694 status_command = getattr(self, '{0}_status_command'.format(self.vcs['name']), None)
695 if status_command:
696 self.run_command(status_command(), self.status_done, working_dir=self.vcs['root'])
697
698 def git_status_command(self):
699 return [get_user_command('git') or 'git', 'status', '--porcelain']

Callers

nothing calls this directly

Calls 3

get_working_dirMethod · 0.95
get_vcsFunction · 0.85
run_commandMethod · 0.80

Tested by

no test coverage detected