ArgCount for the function call. When the macro is a var-arg style macro, the return value will be zero, but the MacroKey will contain a `*` where the arg count would have been.
()
| 107 | // When the macro is a var-arg style macro, the return value will be zero, but the MacroKey |
| 108 | // will contain a `*` where the arg count would have been. |
| 109 | ArgCount() int |
| 110 | |
| 111 | // IsReceiverStyle returns true if the macro matches a receiver style call. |
| 112 | IsReceiverStyle() bool |
no outgoing calls