Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ columnInfos
Method
columnInfos
unittests/catch.hpp:11830–11832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11828
m_columnInfos( std::move( columnInfos ) ) {}
11829
11830
auto columnInfos() const -> std::vector<ColumnInfo> const& {
11831
return m_columnInfos;
11832
}
11833
11834
void open() {
11835
if (!m_isOpen) {
Callers
1
benchmarkStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected