MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / functions.py

File functions.py

05_functions/python/functions.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def do_something(x):
2 def do_some_other(x):
3 return x * 3
4

Callers

nothing calls this directly

Calls 2

do_somethingFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected