* Returns the id of a tuple. * @param {object} t - The input tuple. * @return {*} the tuple id.
(t)
| 76556 | |
| 76557 | |
| 76558 | function tupleid(t) { |
| 76559 | return t[TUPLE_ID_KEY]; |
| 76560 | } |
| 76561 | /** |
| 76562 | * Sets the id of a tuple. |
| 76563 | * @param {object} t - The input tuple. |
no outgoing calls
no test coverage detected