| 3243 | bool isEmpty() const { return cppSourcePath_.empty(); } |
| 3244 | |
| 3245 | bool isBuilt() const { return FileInfo(dynlibPath()).exists(); }; |
| 3246 | |
| 3247 | bool isSourceDirty() const { |
| 3248 | // source file out of date means we're dirty |
no test coverage detected