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

Method fetch_data

ci/scripts/github/github_tvmbot.py:338–349  ·  view source on GitHub ↗

Fetch the data for this PR from GitHub

(self)

Source from the content-addressed store, hash-verified

336 return head_reviews
337
338 def fetch_data(self):
339 """
340 Fetch the data for this PR from GitHub
341 """
342 return self.github.graphql(
343 query=PR_QUERY,
344 variables={
345 "owner": self.owner,
346 "name": self.repo_name,
347 "number": self.number,
348 },
349 )["data"]["repository"]["pullRequest"]
350
351 def search_collaborator(self, user: str) -> list[dict[str, Any]]:
352 """

Callers 1

__init__Method · 0.95

Calls 1

graphqlMethod · 0.80

Tested by

no test coverage detected