GetFunctionStatus returns the current status of a function
(tenant, namespace, name string)
| 162 | |
| 163 | // GetFunctionStatus returns the current status of a function |
| 164 | GetFunctionStatus(tenant, namespace, name string) (utils.FunctionStatus, error) |
| 165 | |
| 166 | // GetFunctionStatusWithContext returns the current status of a function |
| 167 | GetFunctionStatusWithContext(ctx context.Context, tenant, namespace, name string) (utils.FunctionStatus, error) |
nothing calls this directly
no outgoing calls
no test coverage detected