(name string, receiverStyle bool)
| 177 | } |
| 178 | |
| 179 | func makeVarArgMacroKey(name string, receiverStyle bool) string { |
| 180 | return fmt.Sprintf("%s:*:%v", name, receiverStyle) |
| 181 | } |
| 182 | |
| 183 | // MacroExpander converts a call and its associated arguments into a new CEL abstract syntax tree. |
| 184 | // |
no outgoing calls
no test coverage detected