MCPcopy Index your code
hub / github.com/python/cpython / helper2_indirect

Function helper2_indirect

Lib/test/profilee.py:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 sys.exception() # 0
83
84def helper2_indirect():
85 helper2() # 50
86 factorial(3) # 20
87
88def helper2():
89 # 8 calls

Callers 1

helperFunction · 0.85

Calls 2

helper2Function · 0.85
factorialFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…