()
| 126 | } |
| 127 | // For backwards compatibility. |
| 128 | get features(): Flags { |
| 129 | return this.flags; |
| 130 | } |
| 131 | |
| 132 | set(flagName: string, value: FlagValue): void { |
| 133 | if (this.flagRegistry[flagName] == null) { |
nothing calls this directly
no outgoing calls
no test coverage detected