(machineId: string)
| 223 | } |
| 224 | |
| 225 | getMachine(machineId: string): Machine | undefined { |
| 226 | return this.machineCache.getMachine(machineId) |
| 227 | } |
| 228 | |
| 229 | getMachineByNamespace(machineId: string, namespace: string): Machine | undefined { |
| 230 | return this.machineCache.getMachineByNamespace(machineId, namespace) |
no outgoing calls
no test coverage detected