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

Function HandleWriteCommand

Source/cmFileCommand.cxx:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool HandleWriteCommand(std::vector<std::string> const& args,
149 cmExecutionStatus& status)
150{
151 return HandleWriteImpl(args, false, status);
152}
153
154bool HandleAppendCommand(std::vector<std::string> const& args,
155 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 1

HandleWriteImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…