MCPcopy Index your code
hub / github.com/apache/tvm / head_commit

Method head_commit

ci/scripts/github/github_tvmbot.py:257–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 self.github.post(url, data=data)
256
257 def head_commit(self):
258 return self.raw["commits"]["nodes"][0]["commit"]
259
260 def co_authors(self) -> list[str]:
261 authors = []

Callers 3

head_oidMethod · 0.95
ci_jobsMethod · 0.95
rerun_github_actionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected