Replies: 1 comment 1 reply
-
The true represents that there is currently no configuration for enabling/disabling the extension. The RHS of the or indicates that, even if you had not explicitly enabled Zba, B implies Zba. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the
extensionEnabled(...)
function, but some of its clauses are confusingly written as an OR betweentrue
and another condition. Ext_Zba for exampleI can understand an always true or always false to indicate an extension that is always present, but what is the use with ORing another condition to
true
?Beta Was this translation helpful? Give feedback.
All reactions