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

Method construct

src/git_sim/git_sim_base_command.py:98–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 sys.exit(1)
97
98 def construct(self):
99 print(f"{settings.INFO_STRING} {type(self).__name__.lower()}")
100 self.show_intro()
101 self.parse_commits()
102 self.fadeout()
103 self.show_outro()
104
105 def get_commit(self, sha_or_ref="HEAD"):
106 if self.head_exists():

Callers

nothing calls this directly

Calls 4

show_introMethod · 0.95
parse_commitsMethod · 0.95
fadeoutMethod · 0.95
show_outroMethod · 0.95

Tested by

no test coverage detected