Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ empty
Method
empty
src/scriptengine/ScriptEngine.hpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
std::any object;
31
32
bool empty() const {
33
return !object.has_value();
34
}
35
};
36
} // namespace openstudio
37
Callers
15
translateVRFSys
Method · 0.45
translateAirSystem
Method · 0.45
translateThermalZone
Method · 0.45
translateFluidSys
Method · 0.45
findZnSysElement
Method · 0.45
findTrmlUnitElementForZone
Method · 0.45
findAirSysElement
Method · 0.45
translateAirLoopHVAC
Method · 0.45
translateModel
Method · 0.45
translateSDD
Method · 0.45
translateDesignDays
Method · 0.45
supplySegment
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected