(response MemoryDeleteRecord)
| 1705 | } |
| 1706 | |
| 1707 | func memoryDeleteBundle(response MemoryDeleteRecord) outputBundle { |
| 1708 | return memoryDecisionBundle("Memory Delete", response.Decision, response) |
| 1709 | } |
| 1710 | |
| 1711 | func memoryPromoteBundle(response MemoryPromoteRecord) outputBundle { |
| 1712 | return memoryDecisionBundle("Memory Promote", response.Decision, response) |
no test coverage detected