Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bterwijn/memory_graph
/ function_call.py
File
function_call.py
src/function_call.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
add_one(a, b, c):
2
a += [1]
3
b += (1,)
4
c += [1]
Callers
nothing calls this directly
Calls
2
add_one
Function · 0.70
copy
Method · 0.45
Tested by
no test coverage detected