MCPcopy 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
43std::string menu_to_string (const lay::AbstractMenu &menu)
44{
45 return node_to_string (menu.root ());
46}
47
48TEST(1)
49{

Callers 1

Calls 2

node_to_stringFunction · 0.85
rootMethod · 0.45

Tested by

no test coverage detected