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

Method cmOutputConverter

Source/cmOutputConverter.cxx:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31cmOutputConverter::cmOutputConverter(cmStateSnapshot const& snapshot)
32 : StateSnapshot(snapshot)
33{
34 assert(this->StateSnapshot.IsValid());
35 this->ComputeRelativePathTopSource();
36 this->ComputeRelativePathTopBinary();
37 this->ComputeRelativePathTopRelation();
38}
39
40void cmOutputConverter::ComputeRelativePathTopSource()
41{

Callers

nothing calls this directly

Calls 4

IsValidMethod · 0.45

Tested by

no test coverage detected