MCPcopy Create free account
hub / github.com/KLayout/klayout / insert

Method insert

src/db/db/dbPropertiesRepository.cc:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void
240PropertiesSet::insert (const tl::Variant &name, const tl::Variant &value)
241{
242 m_map.insert (std::make_pair (db::property_names_id (name), db::property_values_id (value)));
243}
244
245void
246PropertiesSet::insert (db::property_names_id_type nid, const tl::Variant &value)

Callers 12

properties_idFunction · 0.45
insert_by_idMethod · 0.45
mergeMethod · 0.45
to_mapMethod · 0.45
to_dict_varMethod · 0.45
prop_name_idMethod · 0.45
prop_value_idMethod · 0.45
properties_idMethod · 0.45
operator*Method · 0.45
make_filterMethod · 0.45
make_key_mapperMethod · 0.45

Calls 2

property_names_idFunction · 0.85
property_values_idFunction · 0.85

Tested by

no test coverage detected