MCPcopy 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
16def alpha():
17 re.search("hello world")
18 beta()
19 match()
20 # ret = str('')
21 # ret()
22
23
24if __name__ == '__main__':

Callers 1

exclude_modules.pyFile · 0.70

Calls 2

matchFunction · 0.85
betaFunction · 0.70

Tested by

no test coverage detected