MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / insert

Method insert

Source/Utils/json.hpp:16541–16544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16539 }
16540
16541 std::pair<iterator, bool> insert(value_type&& value)
16542 {
16543 return emplace(value.first, std::move(value.second));
16544 }
16545
16546 std::pair<iterator, bool> insert(const value_type& value)
16547 {

Callers 14

findVersionsMethod · 0.80
AddEventMethod · 0.80
AddStateMethod · 0.80
FromJsonMethod · 0.80
parse_positionalMethod · 0.80
get_cbor_binaryMethod · 0.80
json_pointerClass · 0.80
operator[]Function · 0.80
push_backFunction · 0.80
insert_iteratorFunction · 0.80
insertFunction · 0.80
patchFunction · 0.80

Calls 4

emplaceFunction · 0.85
push_backFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected