clock
Get current logical clock value.
def clock(
state: object,
**kwargs: any
) - > dict
Get current logical clock value.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current application state object containing the logical clock instance |
| **kwargs | any | Additional keyword arguments passed to the command inspector |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing the current integer value of the application's logical clock under the key 'clock' |