Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ setTargetObjectPort
Method
setTargetObjectPort
src/model/Connection.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool Connection_Impl::setTargetObjectPort(unsigned port) {
84
return this->setUnsigned(openstudio::OS_ConnectionFields::InletPort, port);
85
}
86
87
} // namespace detail
88
Callers
2
removePort
Method · 0.80
connect
Method · 0.80
Calls
1
setUnsigned
Method · 0.45
Tested by
no test coverage detected