GetFunctionState fetches the current state associated with a Pulsar Function Response Example: { "value : 12, version : 2"}
(tenant, namespace, name, key string)
| 197 | // Response Example: |
| 198 | // { "value : 12, version : 2"} |
| 199 | GetFunctionState(tenant, namespace, name, key string) (utils.FunctionState, error) |
| 200 | |
| 201 | // GetFunctionStateWithContext fetches the current state associated with a Pulsar Function |
| 202 | // |
nothing calls this directly
no outgoing calls
no test coverage detected