Return whether debug dumping is enabled.
| 152 | |
| 153 | /// Return whether debug dumping is enabled. |
| 154 | bool DebugDumpEnabled() const { return cache_debug_dump_dir_ != ""; } |
| 155 | |
| 156 | /// Store, retrieve or remove the metadata of the stored tuple cache for correctness |
| 157 | /// verification. |
no outgoing calls
no test coverage detected