| 2954 | #endif |
| 2955 | |
| 2956 | void cmake::InitializeFileAPI() |
| 2957 | { |
| 2958 | #ifndef CMAKE_BOOTSTRAP |
| 2959 | if (!this->FileAPI) { |
| 2960 | this->FileAPI = cm::make_unique<cmFileAPI>(this); |
| 2961 | } |
| 2962 | #endif |
| 2963 | } |
| 2964 | |
| 2965 | void cmake::InitializeInstrumentation() |
| 2966 | { |
no outgoing calls
no test coverage detected