| 41 | } |
| 42 | |
| 43 | static lay::LayoutHandleRef *find_layout (const db::Layout *layout) |
| 44 | { |
| 45 | auto h = lay::LayoutHandle::find_layout (layout); |
| 46 | return h ? new lay::LayoutHandleRef (h) : 0; |
| 47 | } |
| 48 | |
| 49 | static lay::LayoutHandleRef *new_handle1 (const std::string &filename, const db::LoadLayoutOptions &options, const std::string &technology) |
| 50 | { |
no outgoing calls
no test coverage detected