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

File nohandling.py

0a_error_handling/python/nohandling.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def multiply(first: str, second: str):
2 first = int(first)
3 second = int(second)
4 return first * second

Callers

nothing calls this directly

Calls 2

multiplyFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected