SetDisableMacros disables the macros for the library.
(value bool)
| 657 | |
| 658 | // SetDisableMacros disables the macros for the library. |
| 659 | func (lib *LibrarySubset) SetDisableMacros(value bool) *LibrarySubset { |
| 660 | lib.DisableMacros = value |
| 661 | return lib |
| 662 | } |
| 663 | |
| 664 | // AddIncludedMacros allow-lists one or more macros by function name. |
| 665 | // |
no outgoing calls