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

Method GetConfigFileStream

Source/cmGlobalNinjaGenerator.h:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 virtual cmGeneratedFileStream* GetConfigFileStream(
246 std::string const& /*config*/) const
247 {
248 return this->BuildFileStream.get();
249 }
250
251 virtual cmGeneratedFileStream* GetDefaultFileStream() const
252 {

Callers 6

GenerateMethod · 0.95
WriteTargetAliasesMethod · 0.95
WriteFolderTargetsMethod · 0.95
WriteBuiltinTargetsMethod · 0.95
WriteTargetCleanMethod · 0.95
GenerateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected