Expander returns the MacroExpander to apply when the macro key matches the parsed call signature.
()
| 121 | // Expander returns the MacroExpander to apply when the macro key matches the parsed call |
| 122 | // signature. |
| 123 | Expander() MacroExpander |
| 124 | } |
| 125 | |
| 126 | // Macro type which declares the function name and arg count expected for the |
no outgoing calls
no test coverage detected