MCPcopy Create free account
hub / github.com/AllentDan/LibtorchSegmentation / insert

Method insert

src/utils/json.hpp:16542–16545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

SegDatasetMethod · 0.80
make_dilatedMethod · 0.80
getParamsFunction · 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
basic_json diffFunction · 0.80
for_each_fileFunction · 0.80

Calls 4

emplaceFunction · 0.85
push_backFunction · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected