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

Method tableHandle

app/src/DataModel/DataTable.cpp:639–643  ·  view source on GitHub ↗

* @brief Resolves a (table, register) pair to a reusable handle for the fast read/write path. */

Source from the content-addressed store, hash-verified

637 * @brief Resolves a (table, register) pair to a reusable handle for the fast read/write path.
638 */
639qint64 DataModel::TableApiBridge::tableHandle(const QString& t, const QString& r)
640{
641 Q_ASSERT(store);
642 return store->handleOf(t, r);
643}
644
645/**
646 * @brief Resolves many register names against one table in a single call; -1 for unknown ones.

Callers 2

prelude.jsFile · 0.80
SerialStudio.jsFile · 0.80

Calls 1

handleOfMethod · 0.80

Tested by

no test coverage detected