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

Method find_item_exact

src/laybasic/laybasic/layAbstractMenu.cc:1796–1800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794}
1795
1796const AbstractMenuItem *
1797AbstractMenu::find_item_exact (const std::string &path) const
1798{
1799 return (const_cast<AbstractMenu *> (this))->find_item_exact (path);
1800}
1801
1802AbstractMenuItem *
1803AbstractMenu::find_item_exact (const std::string &path)

Callers 3

apply_hiddenMethod · 0.80
apply_key_bindingsMethod · 0.80
init_menuMethod · 0.80

Calls 9

c_strMethod · 0.45
at_endMethod · 0.45
testMethod · 0.45
try_readMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
readMethod · 0.45
nameMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected