Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestOptimizer
Method · 0.80
ParseCmdCodeShort
Method · 0.80
ParseCmdCodeBulk
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TestOptimizer
Method · 0.64