MCPcopy Create free account
hub / github.com/KLayout/klayout / get_description

Method get_description

src/db/db/gsiDeclDbLibrary.cc:732–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730 }
731
732 virtual std::string get_description () const
733 {
734 if (cb_get_description.can_issue ()) {
735 return cb_get_description.issue<db::PCellDeclaration, std::string> (&db::PCellDeclaration::get_description);
736 } else {
737 return db::PCellDeclaration::get_description ();
738 }
739 }
740
741 std::vector<db::ViaType> via_types_fb () const
742 {

Callers 9

setupMethod · 0.80
browse_cellMethod · 0.80
browse_cellMethod · 0.80
display_stringMethod · 0.80
update_listMethod · 0.80
setupMethod · 0.80
updateMethod · 0.80

Calls 2

get_descriptionFunction · 0.85
can_issueMethod · 0.80

Tested by

no test coverage detected