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

Method as_table_array

Rapfi/external/cpptoml/include/cpptoml.h:560–565  ·  view source on GitHub ↗

* Converts the TOML element into a table array. */

Source from the content-addressed store, hash-verified

558 * Converts the TOML element into a table array.
559 */
560 std::shared_ptr<table_array> as_table_array()
561 {
562 if (is_table_array())
563 return std::static_pointer_cast<table_array>(shared_from_this());
564 return nullptr;
565 }
566
567 /**
568 * Attempts to coerce the TOML element into a concrete TOML value

Callers 3

get_table_arrayMethod · 0.80
parse_table_arrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected