MCPcopy Create free account
hub / github.com/SatDump/SatDump / GetSize

Method GetSize

src-core/libs/muparser/muParserBytecode.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 std::size_t GetMaxStackSize() const;
131
132 std::size_t GetSize() const
133 {
134 return m_vRPN.size();
135 }
136
137 inline const SToken* GetBase() const
138 {

Callers 3

TestOptimizerMethod · 0.45
ParseStringMethod · 0.45
EvalMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TestOptimizerMethod · 0.36