Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
int
142
Parser::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
151
std::string
152
Parser::expr () const
Callers
3
test1
Function · 0.45
test3
Function · 0.45
test4
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected