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

Method warning

src/laybasic/laybasic/gtf.cc:1921–1928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1919}
1920
1921bool
1922GtfXmlHandler::warning (const QXmlParseException &ex)
1923{
1924 tl::XMLLocatedException lex (tl::to_string (ex.message ()), ex.lineNumber (), ex.columnNumber ());
1925 tl::warn << lex.msg ();
1926 // continue
1927 return true;
1928}
1929
1930}
1931

Callers

nothing calls this directly

Calls 5

msgMethod · 0.80
to_stringFunction · 0.50
messageMethod · 0.45
lineNumberMethod · 0.45
columnNumberMethod · 0.45

Tested by

no test coverage detected