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

Method comment

src/utilities/idf/IdfObject.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 std::string IdfObject_Impl::comment() const {
111 return m_comment;
112 }
113
114 boost::optional<std::string> IdfObject_Impl::fieldComment(unsigned index, bool returnDefault) const {
115 if (index >= numFields()) {

Callers 2

IdfObject_ImplMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36