| 18 | } |
| 19 | |
| 20 | bool NDPARepository::save() const |
| 21 | { |
| 22 | return false; |
| 23 | } |
| 24 | |
| 25 | void NDPARepository::setNDPISourceFile(const std::string& ndpiSourcefile) { |
| 26 | _ndpiSourceFile = ndpiSourcefile; |
nothing calls this directly
no outgoing calls
no test coverage detected