MCPcopy Create free account
hub / github.com/apache/tvm / build_docs_url

Function build_docs_url

ci/scripts/github/github_docs_comment.py:22–23  ·  view source on GitHub ↗
(base_url_docs, pr_number, build_number)

Source from the content-addressed store, hash-verified

20
21
22def build_docs_url(base_url_docs, pr_number, build_number):
23 return f"{base_url_docs}/PR-{pr_number!s}/{build_number!s}/docs/index.html"
24
25
26def find_target_url(pr_head: dict[str, Any]):

Callers 1

get_doc_urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…