MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setReadCaptureTarget

Method setReadCaptureTarget

app/src/DataModel/DataTable.cpp:275–278  ·  view source on GitHub ↗

* @brief Points the read-capture accumulator at a caller-owned slot list (nullptr to stop). While * set, every successful read records the slot it resolved, building a dataset's read-set. */

Source from the content-addressed store, hash-verified

273 * set, every successful read records the slot it resolved, building a dataset's read-set.
274 */
275void DataModel::DataTableStore::setReadCaptureTarget(std::vector<int>* target) const noexcept
276{
277 m_captureTarget = target;
278}
279
280/**
281 * @brief Returns true if any of the given storage slots was written after sinceClock.

Callers 2

applyDatasetValueMethod · 0.80
applyDatasetValueSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected