ClearMacroCall clears the macro at the given expression id.
(id int64)
| 303 | |
| 304 | // ClearMacroCall clears the macro at the given expression id. |
| 305 | func (opt *optimizerExprFactory) ClearMacroCall(id int64) { |
| 306 | opt.sourceInfo.ClearMacroCall(id) |
| 307 | } |
| 308 | |
| 309 | // SetMacroCall sets the macro call metadata for the given macro id within the tracked source info |
| 310 | // metadata. |
no outgoing calls
no test coverage detected