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

Method destruct

Utilities/cmcppdap/src/typeof.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 new (dst) null(*reinterpret_cast<const null*>(src));
51 }
52 inline void destruct(void* ptr) const override {
53 reinterpret_cast<null*>(ptr)->~null();
54 }
55 inline bool deserialize(const dap::Deserializer*, void*) const override {
56 return true;
57 }

Callers 3

processRequestMethod · 0.45
processEventMethod · 0.45
processResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected