MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / GetMaxStackSize

Method GetMaxStackSize

libraries/muparser/src/muParserBytecode.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529
530 std::size_t ParserByteCode::GetMaxStackSize() const
531 {
532 return m_iMaxStackSize + 1;
533 }
534
535
536 /** \brief Delete the bytecode.

Callers 1

CreateRPNMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected