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

Method OSArgument

src/measure/OSArgument.cpp:1026–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024 }
1025
1026 OSArgument::OSArgument() : m_uuid(createUUID()), m_versionUUID(createUUID()) {}
1027
1028 OSArgument::OSArgument(const std::string& name, const OSArgumentType& type, bool required, bool modelDependent)
1029 : m_uuid(createUUID()),

Callers

nothing calls this directly

Calls 1

createUUIDFunction · 0.85

Tested by

no test coverage detected