Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
modelicaParser* ModelicaFileImpl::parser() const {
60
return m_modelicaParser.get();
61
}
62
63
void ModelicaFileImpl::updateCTX() {
64
for (auto& syntax : m_syntaxStore) {
Callers
1
test_json
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
1
test_json
Method · 0.36