SetDisabled disables or enables the library.
(value bool)
| 651 | |
| 652 | // SetDisabled disables or enables the library. |
| 653 | func (lib *LibrarySubset) SetDisabled(value bool) *LibrarySubset { |
| 654 | lib.Disabled = value |
| 655 | return lib |
| 656 | } |
| 657 | |
| 658 | // SetDisableMacros disables the macros for the library. |
| 659 | func (lib *LibrarySubset) SetDisableMacros(value bool) *LibrarySubset { |
no outgoing calls