(builder: IRBuilder, fdef: FuncDef)
| 631 | |
| 632 | |
| 633 | def is_decorated(builder: IRBuilder, fdef: FuncDef) -> bool: |
| 634 | return fdef in builder.fdefs_to_decorators |
| 635 | |
| 636 | |
| 637 | def gen_glue( |
no outgoing calls
no test coverage detected
searching dependent graphs…