Ninja
|
Can answer questions about the manifest for the BuildLog. More...
#include <build_log.h>
Public Member Functions | |
virtual bool | IsPathDead (StringPiece s) const =0 |
Return if a given output no longer part of the build manifest. More... | |
Can answer questions about the manifest for the BuildLog.
Definition at line 29 of file build_log.h.
|
pure virtual |
Return if a given output no longer part of the build manifest.
This is only called during recompaction and doesn't have to be fast.
Implemented in BuildTest, and NoDeadPaths.
Referenced by BuildLog::Recompact().