getKey
constgetKey:any=addon.getKey
Defined in: index.cts:551
Reads the raw bytes stored for a key in the shared in-memory store.
key
Key to read (Buffer, ArrayBuffer, or string).
Returns
Section titled “Returns”A Uint8Array when the key exists, or undefined otherwise.