MCPcopy Create free account
hub / github.com/MITK/MITK / Data

Method Data

Modules/CppMicroServices/include/usSharedData.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 inline operator T*() { Detach(); return d; }
76 inline operator const T*() const { return d; }
77 inline T* Data() { Detach(); return d; }
78 inline const T* Data() const { return d; }
79 inline const T* ConstData() const { return d; }
80

Callers 5

HashMethod · 0.45
operator()Method · 0.45
IsValidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected