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

Method GetBase

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

Source from the content-addressed store, hash-verified

135 }
136
137 inline const SToken* GetBase() const
138 {
139 if (m_vRPN.size() == 0)
140 throw ParserError(ecINTERNAL_ERROR);
141 else
142 return &m_vRPN[0];
143 }
144
145 void AsciiDump();
146 };

Callers 3

TestOptimizerMethod · 0.80
ParseCmdCodeShortMethod · 0.80
ParseCmdCodeBulkMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TestOptimizerMethod · 0.64