MCPcopy
hub / github.com/gitless-vcs/gitless / head

Method head

gitless/core.py:664–666  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

662
663 @property
664 def head(self):
665 self._update()
666 return self.git_branch.peel()
667
668 @head.setter
669 def head(self, new_head):

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected