You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the Metadata.create() defined in this file the newly created Metadata object is populated by calling add, which first does a get to see if the property is set, and only then performs the set.
For an empty Metadata object, this is useless, why not use the set method, and skip the get call?
The text was updated successfully, but these errors were encountered:
When calling the
Metadata.create()
defined in this file the newly created Metadata object is populated by callingadd
, which first does a get to see if the property is set, and only then performs the set.For an empty Metadata object, this is useless, why not use the
set
method, and skip the get call?The text was updated successfully, but these errors were encountered: