(x:Integer, y:Integer)
| 134 | if __name__ == '__main__': |
| 135 | @validated |
| 136 | def add(x:Integer, y:Integer) -> Integer: |
| 137 | return x + y |
| 138 | |
| 139 | @validated |
| 140 | def div(x:Integer, y:Integer) -> Integer: |
nothing calls this directly
no outgoing calls
no test coverage detected