Retrieves a copy of the current column configuration for markdown report generation.
Returns a shallow copy of the current COLUMN_CONFIG to prevent accidental mutations. Use this to inspect the current column definitions without modifying them.
A copy of the current column configuration object
const currentColumns = getColumns();console.log(currentColumns.backtest_columns.length); Copy
const currentColumns = getColumns();console.log(currentColumns.backtest_columns.length);
Retrieves a copy of the current column configuration for markdown report generation.
Returns a shallow copy of the current COLUMN_CONFIG to prevent accidental mutations. Use this to inspect the current column definitions without modifying them.