MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / fun2

Function fun2

images/exception_example.py:8–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 d[i] = i # throws IndexError when i = 3
7
8def fun2():
9 fun3()
10
11def fun1():
12 fun2()

Callers 1

fun1Function · 0.70

Calls 1

fun3Function · 0.85

Tested by

no test coverage detected