Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
accessible(url):
18
resp = requests.get(url)
19
return
resp.ok
20
21
pattern = re.compile(r
'\[.*?\]\(.*?\)'
)
22
def
analyze_doc(home, path, args):
Callers
1
analyze_doc
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected