| 159 | } |
| 160 | |
| 161 | void Solution::setSource(const string& source) { |
| 162 | AnyValue filename(source); |
| 163 | m_header.setMetadata("filename", filename); |
| 164 | } |
| 165 | |
| 166 | void Solution::holdExternalHandle(const string& name, |
| 167 | shared_ptr<ExternalHandle> handle) |
no test coverage detected