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

Method from_repo

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

Source from the content-addressed store, hash-verified

62 return self.data["head"]["ref"]
63
64 def from_repo(self):
65 return self.data["head"]["repo"]["clone_url"]
66
67 def merged(self):
68 return self.data["merged_at"] is not None

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected