MacroCalls returns the map of macro calls currently in the context.
()
| 314 | |
| 315 | // MacroCalls returns the map of macro calls currently in the context. |
| 316 | func (opt *optimizerExprFactory) MacroCalls() map[int64]ast.Expr { |
| 317 | return opt.sourceInfo.MacroCalls() |
| 318 | } |
| 319 | |
| 320 | // NewBindMacro creates an AST expression representing the expanded bind() macro, and a macro expression |
| 321 | // representing the unexpanded call signature to be inserted into the source info macro call metadata. |
no outgoing calls