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
Deep copy does not copy fields in the specified structure
In some scenarios, it is not necessary to copy all the fields.
Motivation
In the cache, data is stored with pointers. Now there is a scenario where only some fields of this data need to be removed, but the pointer content cannot be modified. Due to the complexity of data structure, only deep copy can be used.
Deep copy does not copy fields in the specified structure
In some scenarios, it is not necessary to copy all the fields.
Motivation
In the cache, data is stored with pointers. Now there is a scenario where only some fields of this data need to be removed, but the pointer content cannot be modified. Due to the complexity of data structure, only deep copy can be used.
Related Issues
apache/servicecomb-service-center#921
The text was updated successfully, but these errors were encountered: