MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / accessible

Function accessible

ci/doc_link_checker.py:17–19  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

15 return parser
16
17def accessible(url):
18 resp = requests.get(url)
19 return resp.ok
20
21pattern = re.compile(r'\[.*?\]\(.*?\)')
22def analyze_doc(home, path, args):

Callers 1

analyze_docFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected