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

Method GetImplFileStream

Source/cmGlobalNinjaGenerator.h:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 bool SupportsLinkerDependencyFile() const override { return true; }
238
239 virtual cmGeneratedFileStream* GetImplFileStream(
240 std::string const& /*config*/) const
241 {
242 return this->BuildFileStream.get();
243 }
244
245 virtual cmGeneratedFileStream* GetConfigFileStream(
246 std::string const& /*config*/) const

Callers 15

GenerateMethod · 0.95
WriteTargetAliasesMethod · 0.95
WriteFolderTargetsMethod · 0.95
WriteTargetCleanMethod · 0.95
WriteLinkStatementMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected