Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ alpha
Function
alpha
tests/test_code/py/exclude_modules/exclude_modules.py:16–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
alpha():
17
re.search(
"hello world"
)
18
beta()
19
match()
20
# ret = str('')
21
# ret()
22
23
24
if
__name__ ==
'__main__'
:
Callers
1
exclude_modules.py
File · 0.70
Calls
2
match
Function · 0.85
beta
Function · 0.70
Tested by
no test coverage detected