( filename string, rawScope string, rawWorkspace string, )
| 64 | } |
| 65 | |
| 66 | func (h *Handlers) resolveMemoryLocation( |
| 67 | filename string, |
| 68 | rawScope string, |
| 69 | rawWorkspace string, |
| 70 | ) (memoryLocation, error) { |
| 71 | return h.ResolveMemoryLocation(filename, rawScope, rawWorkspace) |
| 72 | } |
| 73 | |
| 74 | func (h *Handlers) memoryHealthWorkspaces(ctx context.Context, rawWorkspace string) ([]string, error) { |
| 75 | return h.MemoryHealthWorkspaces(ctx, rawWorkspace) |
no test coverage detected