| 23 | } |
| 24 | |
| 25 | void NDPARepository::setNDPISourceFile(const std::string& ndpiSourcefile) { |
| 26 | _ndpiSourceFile = ndpiSourcefile; |
| 27 | } |
| 28 | |
| 29 | std::string NDPARepository::NDPISourceFile() const { |
| 30 | return _ndpiSourceFile; |
nothing calls this directly
no outgoing calls
no test coverage detected