* @brief Installs the per-source uniqueId->column map a file player uses for final-value replay. */
| 1961 | * @brief Installs the per-source uniqueId->column map a file player uses for final-value replay. |
| 1962 | */ |
| 1963 | void DataModel::FrameBuilder::setReplayColumnMap( |
| 1964 | std::unordered_map<int, std::unordered_map<int, int>> map) |
| 1965 | { |
| 1966 | m_replayColumnMap = std::move(map); |
| 1967 | } |
| 1968 | |
| 1969 | /** |
| 1970 | * @brief Compiles per-dataset transforms into one shared Lua/JS engine per source, caching function |
no outgoing calls
no test coverage detected