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