| 698 | void InitializeInstrumentation(); |
| 699 | |
| 700 | bool GetInInitialCache() const { return this->InInitialCache; } |
| 701 | void SetInInitialCache(bool v) { this->InInitialCache = v; } |
| 702 | |
| 703 | cmState* GetState() const { return this->State.get(); } |
no outgoing calls
no test coverage detected