MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / copy

Method copy

src/common/types/types.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89std::unique_ptr<ExtraTypeInfo> UDTTypeInfo::copy() const {
90 return std::make_unique<UDTTypeInfo>(typeName);
91}
92
93std::unique_ptr<ExtraTypeInfo> UDTTypeInfo::deserialize(Deserializer& deserializer) {
94 std::string typeName;

Callers 15

resolveResultVectorMethod · 0.45
resolveResultVectorMethod · 0.45
resolveResultVectorMethod · 0.45
initMethod · 0.45
resolveResultVectorMethod · 0.45
resolveResultVectorMethod · 0.45
resolveResultVectorMethod · 0.45
initFurtherMethod · 0.45
copyValueForNestedFunction · 0.45
lbug_value_create_listFunction · 0.45
lbug_value_create_structFunction · 0.45

Calls 4

StructFieldClass · 0.85
sizeMethod · 0.45
push_backMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected