SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions

Functions

template<domain D :shared3p , type T>
D T keydb_get (string key)
 

Detailed Description

Get value stored in database.

Note
D - shared3p protection domain
T - any data type
Parameters
key- the public key of the value.
Returns
the value stored in the database.

Function Documentation

◆ keydb_get()

D T keydb_get ( string  key)