(response MemoryPromoteRecord)
| 1709 | } |
| 1710 | |
| 1711 | func memoryPromoteBundle(response MemoryPromoteRecord) outputBundle { |
| 1712 | return memoryDecisionBundle("Memory Promote", response.Decision, response) |
| 1713 | } |
| 1714 | |
| 1715 | func memoryDecisionRevertBundle(response MemoryDecisionRevertRecord) outputBundle { |
| 1716 | return memoryDecisionBundle("Memory Decision Revert", response.Decision, response) |
no test coverage detected