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

Method insert

Rapfi/external/cpptoml/include/cpptoml.h:1134–1137  ·  view source on GitHub ↗

* Insert a table into the array */

Source from the content-addressed store, hash-verified

1132 * Insert a table into the array
1133 */
1134 iterator insert(iterator position, const std::shared_ptr<table>& value)
1135 {
1136 return array_.insert(position, value);
1137 }
1138
1139 /**
1140 * Erase an element from the array

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected