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

Function pack_menu_items_hidden

src/laybasic/laybasic/gsiDeclLayMenu.cc:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static std::string pack_menu_items_hidden (const std::map<std::string, bool> &kb)
93{
94 std::vector<std::pair<std::string, bool> > v;
95 v.insert (v.end (), kb.begin (), kb.end ());
96 return lay::pack_menu_items_hidden (v);
97}
98
99static std::map<std::string, bool> unpack_menu_items_hidden (const std::string &s)
100{

Callers 2

set_menu_items_hiddenFunction · 0.50
commitMethod · 0.50

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected