Skip to content
  • Nils Krumnack's avatar
    switch SysCopyHandle to SysReadHandle when used with Sys*DecorHandle · b2647bf9
    Nils Krumnack authored
    Essentially when we are using a decoration handle we should not need
    to make a copy, but be able to directly decorate the input object.
    
    There are probably other common CP algorithms that could be switched
    from `SysCopyHandle` to `SysReadHandle`, but this is the lowest
    hanging fruit.
    b2647bf9