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

Method parser

src/modelica/ModelicaFileImpl.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59modelicaParser* ModelicaFileImpl::parser() const {
60 return m_modelicaParser.get();
61}
62
63void ModelicaFileImpl::updateCTX() {
64 for (auto& syntax : m_syntaxStore) {

Callers 1

test_jsonMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_jsonMethod · 0.36