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

File boilerplate.py

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

Source from the content-addressed store, hash-verified

1def double_first(vec):
2 try:
3 first = vec[0]
4 parsed = int(first)

Callers

nothing calls this directly

Calls 2

double_firstFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected