| 710 | } |
| 711 | |
| 712 | StructurePtr Module::findStructure ( const string & na ) const { |
| 713 | return structures.find(na); |
| 714 | } |
| 715 | |
| 716 | AnnotationPtr Module::findAnnotation ( const string & na ) const { |
| 717 | auto it = handleTypes.find(hash64z(na.c_str())); |
no test coverage detected