MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / symbols

Method symbols

Src/Base/Parser/AMReX_Parser.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161std::set<std::string>
162Parser::symbols () const
163{
164 if (m_data && m_data->m_parser) {
165 return parser_get_symbols(m_data->m_parser);
166 } else {
167 return std::set<std::string>{};
168 }
169}
170
171std::map<std::string,int> const&
172Parser::userFunctions () const

Callers 1

pp_make_parserFunction · 0.45

Calls 1

parser_get_symbolsFunction · 0.85

Tested by

no test coverage detected