MCPcopy Create free account
hub / github.com/Kitware/CMake / InitializeFileAPI

Method InitializeFileAPI

Source/cmake.cxx:2956–2963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ActualConfigureMethod · 0.95
SetCacheArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected