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

Method close

src/cli/MeasureManager.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 return status == pplx::task_group_status::completed;
598}
599bool MeasureManagerServer::close() {
600 auto status = m_listener.close().then([](pplx::task<void> t) { handle_error(t); }).wait();
601 return status == pplx::task_group_status::completed;
602}
603
604void MeasureManagerServer::unknown_endpoint(web::http::http_request& message) {
605 const std::string uri = toString(web::http::uri::decode(message.relative_uri().path()));

Callers 15

runMethod · 0.45
RtFunction · 0.45
runiso.rbFile · 0.45
measure.rbFile · 0.45
osm2iso.rbFile · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
openMethod · 0.45
openMethod · 0.45
UUID_BigSet_Aux.rbFile · 0.45

Calls 1

waitMethod · 0.80

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36