Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ menu_to_string
Function
menu_to_string
src/laybasic/unit_tests/layAbstractMenuTests.cc:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
std::string menu_to_string (const lay::AbstractMenu &menu)
44
{
45
return node_to_string (menu.root ());
46
}
47
48
TEST(1)
49
{
Callers
1
layAbstractMenuTests.cc
File · 0.85
Calls
2
node_to_string
Function · 0.85
root
Method · 0.45
Tested by
no test coverage detected