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

Function deleteVariableWatchCallbackData

Source/cmVariableWatchCommand.cxx:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void deleteVariableWatchCallbackData(void* client_data)
81{
82 cmVariableWatchCallbackData* data =
83 static_cast<cmVariableWatchCallbackData*>(client_data);
84 delete data;
85}
86
87/** This command does not really have a final pass but it needs to
88 stay alive since it owns variable watch callback information. */

Callers 1

cmVariableWatchCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…