MCPcopy 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

1def add_one(a, b, c):
2 a += [1]
3 b += (1,)
4 c += [1]

Callers

nothing calls this directly

Calls 2

add_oneFunction · 0.70
copyMethod · 0.45

Tested by

no test coverage detected