MCPcopy Create free account
hub / github.com/dhbloo/rapfi / clone

Method clone

Rapfi/external/cpptoml/include/cpptoml.h:1715–1718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713
1714template <class T>
1715std::shared_ptr<base> value<T>::clone() const
1716{
1717 return make_value(data_);
1718}
1719
1720inline std::shared_ptr<base> array::clone() const
1721{

Callers

nothing calls this directly

Calls 9

make_valueFunction · 0.85
make_arrayFunction · 0.85
make_table_arrayFunction · 0.85
make_tableFunction · 0.85
as_tableMethod · 0.80
reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected