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

Function make_table_array

Rapfi/external/cpptoml/include/cpptoml.h:1194–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192};
1193
1194inline std::shared_ptr<table_array> make_table_array(bool is_inline)
1195{
1196 struct make_shared_enabler : public table_array
1197 {
1198 make_shared_enabler(bool mse_is_inline) : table_array(mse_is_inline)
1199 {
1200 // nothing
1201 }
1202 };
1203
1204 return std::make_shared<make_shared_enabler>(is_inline);
1205}
1206
1207namespace detail
1208{

Callers 3

cloneMethod · 0.85
parse_table_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected