(x:Integer, y:Integer)
| 100 | if __name__ == '__main__': |
| 101 | @validated |
| 102 | def add(x:Integer, y:Integer) -> Integer: |
| 103 | return x + y |
| 104 | |
| 105 | @validated |
| 106 | def div(x:Integer, y:Integer) -> Integer: |
nothing calls this directly
no outgoing calls
no test coverage detected