libcellml icon indicating copy to clipboard operation
libcellml copied to clipboard

Annotation: add removeXxxId() methods

Open agarny opened this issue 4 years ago • 0 comments

Right now, if we want to remove the id of something, we call setXxxId("") (e.g. here and here) while in some cases we can call removeXxxId(). We should therefore ensure that removeXxxId() exists for all types.

agarny avatar Mar 26 '21 10:03 agarny