NewLibrarySubset returns an empty library subsetting config which permits all library features.
()
| 519 | |
| 520 | // NewLibrarySubset returns an empty library subsetting config which permits all library features. |
| 521 | func NewLibrarySubset() *LibrarySubset { |
| 522 | return &LibrarySubset{} |
| 523 | } |
| 524 | |
| 525 | // LibrarySubset indicates a subset of the macros and function supported by a subsettable library. |
| 526 | type LibrarySubset struct { |
no outgoing calls