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

Method maxStackSize

Src/Base/Parser/AMReX_Parser.cpp:141–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141int
142Parser::maxStackSize () const
143{
144 if (m_data && m_data->m_parser) {
145 return m_data->m_max_stack_size;
146 } else {
147 return 0;
148 }
149}
150
151std::string
152Parser::expr () const

Callers 3

test1Function · 0.45
test3Function · 0.45
test4Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected