MCPcopy Create free account
hub / github.com/comaps/comaps / checkout_to_init_state

Method checkout_to_init_state

tools/python/routing/src/utils.py:143–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 return binary_path
142
143 def checkout_to_init_state(self):
144 self.checkout(branch=self.init_branch, hash=self.init_hash)
145
146 def checkout(self, *, branch, hash=None):
147 branch_hash_name = get_branch_hash_name(branch=branch, hash=hash)

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls 1

checkoutMethod · 0.95

Tested by

no test coverage detected