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

Function add_one

src/function_call.py:1–4  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

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

Callers 1

function_call.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected