()
| 129 | } |
| 130 | |
| 131 | func (m *Manager) getProgram() (string, error) { |
| 132 | commands := m.prepareCommands() |
| 133 | return prepareProgram(m.templatePath, commands, m.functions) |
| 134 | } |
| 135 | |
| 136 | func (m *Manager) prepareCommands() []command { |
| 137 | commands := make([]command, len(m.commands)) |
no test coverage detected