Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ columnInfos
Method
columnInfos
external/catch.hpp:16369–16371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16367
m_columnInfos( std::move( columnInfos ) ) {}
16368
16369
auto columnInfos() const -> std::vector<ColumnInfo> const& {
16370
return m_columnInfos;
16371
}
16372
16373
void open() {
16374
if (!m_isOpen) {
Callers
1
benchmarkPreparing
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected