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

Method Cache

Source/cmFileAPICache.cxx:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36Cache::Cache(cmFileAPI& fileAPI, unsigned int version)
37 : FileAPI(fileAPI)
38 , Version(version)
39 , State(this->FileAPI.GetCMakeInstance()->GetState())
40{
41 static_cast<void>(this->Version);
42}
43
44Json::Value Cache::Dump()
45{

Callers

nothing calls this directly

Calls 2

GetStateMethod · 0.45
GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected