Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
def
fun2():
9
fun3()
10
11
def
fun1():
12
fun2()
Callers
1
fun1
Function · 0.70
Calls
1
fun3
Function · 0.85
Tested by
no test coverage detected