| 50 | } |
| 51 | |
| 52 | static std::string name (const lay::CellViewRef *cv) |
| 53 | { |
| 54 | if (cv->handle ()) { |
| 55 | return cv->handle ()->name (); |
| 56 | } else { |
| 57 | return std::string (); |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | static void set_name (lay::CellViewRef *cv, const std::string &name) |
| 62 | { |
no test coverage detected