| 39 | } // namespace |
| 40 | |
| 41 | bool TargetModule::exist(const std::string& sig) const { |
| 42 | return m_kern_map.count(sig) != 0; |
| 43 | } |
| 44 | |
| 45 | void TargetModule::add( |
| 46 | const std::string& sig, const std::string& body, const std::string& init_sig, |
no outgoing calls
no test coverage detected