get value()
#
Returns the value of the context entry with the given key.
- parameters:
context
: contextkey
: string
- result: any
get entries()
#
Returns the entries of the context as list of key-value-pairs.
- parameters:
- result: list of context which contains two entries for "key" and "value"