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

Method target

gitless/core.py:673–676  ·  view source on GitHub ↗

Object Id of the commit this branch points to.

(self)

Source from the content-addressed store, hash-verified

671
672 @property
673 def target(self):
674 """Object Id of the commit this branch points to."""
675 self._update()
676 return self.git_branch.target
677
678 @property
679 def is_current(self):

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected