| 63 | } |
| 64 | |
| 65 | void Package::addLink(const Path& path, const Path& target) { |
| 66 | addFolder(path.parent_path()); |
| 67 | symlinks[path] = target; |
| 68 | } |
| 69 | |
| 70 | void Package::addSource(const FileSource& source) { |
| 71 | sources[source.hash] = source; |
no test coverage detected