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

Method merged_at

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

Source from the content-addressed store, hash-verified

77 return git_time(self.data["updated_at"])
78
79 def merged_at(self):
80 return git_time(self.data["merged_at"])
81
82 def has_jira_id(self):
83 return GitPullRequest.storm_jira_number.search(self.title())

Callers

nothing calls this directly

Calls 1

git_timeFunction · 0.85

Tested by

no test coverage detected