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

Method status

src/cli/MeasureManager.cpp:685–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685MeasureManagerServer::ResponseType MeasureManagerServer::status([[maybe_unused]] const web::json::value& body) {
686 Json::Value result;
687 result["status"] = "running";
688 result["my_measures_dir"] = my_measures_dir.generic_string();
689 return {web::http::status_codes::OK, toWebJSON(result)};
690}
691
692MeasureManagerServer::ResponseType MeasureManagerServer::internal_state([[maybe_unused]] const web::json::value& body) {
693 Json::Value result;

Callers 8

do_GETMethod · 0.80
do_POSTMethod · 0.80
incrementStepMethod · 0.80
prepareForMeasureRunMethod · 0.80
SetUpTestSuiteMethod · 0.80
getMeasuresInDirMethod · 0.80
testExampleModelFunction · 0.80
testExampleComponentFunction · 0.80

Calls 1

toWebJSONFunction · 0.85

Tested by 2

testExampleModelFunction · 0.64
testExampleComponentFunction · 0.64