MCPcopy Create free account
hub / github.com/apache/storm / from_branch

Method from_branch

dev-tools/github/__init__.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 return self.data["user"]["login"]
60
61 def from_branch(self):
62 return self.data["head"]["ref"]
63
64 def from_repo(self):
65 return self.data["head"]["repo"]["clone_url"]

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected