MCPcopy Create free account
hub / github.com/apache/arrow / head

Method head

dev/archery/archery/utils/git.py:86–88  ·  view source on GitHub ↗

Return commit pointed by HEAD.

(self, **kwargs)

Source from the content-addressed store, hash-verified

84
85 @capture_stdout(strip=True)
86 def head(self, **kwargs):
87 """ Return commit pointed by HEAD. """
88 return self.rev_parse("HEAD", **kwargs)
89
90 @capture_stdout(strip=True)
91 def current_branch(self, **kwargs):

Callers

nothing calls this directly

Calls 1

rev_parseMethod · 0.95

Tested by

no test coverage detected