Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ handle
Method
handle
src/gltf/GltfModelObjectMetaData.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
};
111
112
std::string GltfModelObjectMetaData::handle() const {
113
return m_handle;
114
}
115
void GltfModelObjectMetaData::setHandle(const std::string& handle) {
116
m_handle = handle;
117
};
Callers
1
GltfModelObjectMetaData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected