MCPcopy Index your code
hub / github.com/initialcommit-com/git-sim / construct

Method construct

src/git_sim/log.py:37–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.cmd += f"{type(self).__name__.lower()}{' --all' if self.all_subcommand else ''}{' -n ' + str(self.n) if self.n_subcommand else ''}"
36
37 def construct(self):
38 if not settings.stdout and not settings.output_only_path and not settings.quiet:
39 print(f"{settings.INFO_STRING} {self.cmd}")
40 self.show_intro()
41 self.parse_commits()
42 self.parse_all()
43 self.recenter_frame()
44 self.scale_frame()
45 self.color_by()
46 self.show_command_as_title()
47 self.fadeout()
48 self.show_outro()

Callers

nothing calls this directly

Calls 9

show_introMethod · 0.80
parse_commitsMethod · 0.80
parse_allMethod · 0.80
recenter_frameMethod · 0.80
scale_frameMethod · 0.80
color_byMethod · 0.80
show_command_as_titleMethod · 0.80
fadeoutMethod · 0.80
show_outroMethod · 0.80

Tested by

no test coverage detected