| 640 | } |
| 641 | |
| 642 | string Generator::getAnnStringValue(Symbol *symbol, const string &name) |
| 643 | { |
| 644 | return symbol->getAnnStringValue(name, getAnnotationLang()); |
| 645 | } |
| 646 | |
| 647 | data_list Generator::getFunctionsTemplateData(Group *group, Interface *iface) |
| 648 | { |
no outgoing calls
no test coverage detected