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

Method target

gitless/core.py:596–599  ·  view source on GitHub ↗

Object Id of the commit this branch points to.

(self)

Source from the content-addressed store, hash-verified

594
595 @property
596 def target(self):
597 """Object Id of the commit this branch points to."""
598 self._update()
599 return self.git_branch.target
600
601 @property
602 def head(self):

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected