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