MCPcopy Create free account
hub / github.com/apache/fory / add_one

Function add_one

python/pyfory/tests/test_function.py:57–58  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

55 test_input = 5
56
57 def add_one(x):
58 return x + 1
59
60 def complex_function(a, b, c=10):
61 """A more complex function with default arguments."""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected