MemoryHealthWorkspaces returns the workspaces considered for memory health checks.
(ctx context.Context, rawWorkspace string)
| 2474 | |
| 2475 | // MemoryHealthWorkspaces returns the workspaces considered for memory health checks. |
| 2476 | func (h *BaseHandlers) MemoryHealthWorkspaces(ctx context.Context, rawWorkspace string) ([]string, error) { |
| 2477 | return h.memoryHealthWorkspaces(ctx, rawWorkspace) |
| 2478 | } |
| 2479 | |
| 2480 | // ResolveMemoryWriteScope validates a write request and infers its target scope. |
| 2481 | func ResolveMemoryWriteScope(req contract.MemoryWriteRequest) (memcontract.Scope, string, error) { |