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

Method name

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

Source from the content-addressed store, hash-verified

43 struct NullTI : public dap::TypeInfo {
44 using null = dap::null;
45 inline std::string name() const override { return "null"; }
46 inline size_t size() const override { return sizeof(null); }
47 inline size_t alignment() const override { return alignof(null); }
48 inline void construct(void* ptr) const override { new (ptr) null(); }

Callers 5

validateMethod · 0.45
validateMethod · 0.45
deserializeMethod · 0.45
sendMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected