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

Function HandleAppendCommand

Source/cmFileCommand.cxx:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool HandleAppendCommand(std::vector<std::string> const& args,
155 cmExecutionStatus& status)
156{
157 return HandleWriteImpl(args, true, status);
158}
159
160bool HandleReadCommand(std::vector<std::string> const& args,
161 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…