MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / getText

Method getText

src/modelica/ModelicaFileImpl.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::string ModelicaFileImpl::getText() const {
72 return m_modelicaParser->getTokenStream()->getText();
73}
74
75std::string ModelicaFileImpl::printTree() const {
76 std::stringstream ss;

Callers 10

buildLongClassNameFunction · 0.45
printTreeMethod · 0.45
addComponentClauseMethod · 0.45
addConnectClauseMethod · 0.45
removeConnectClauseMethod · 0.45
selectEquationSectionMethod · 0.45
idFromCTXMethod · 0.45
sourceMethod · 0.45
targetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected