(devPodName string)
| 27 | SetDeployment(deploymentName string, deploymentCache DeploymentCache) |
| 28 | |
| 29 | GetDevPod(devPodName string) (DevPodCache, bool) |
| 30 | DeleteDevPod(devPodName string) |
| 31 | ListDevPods() []DevPodCache |
| 32 | SetDevPod(devPodName string, devPodCache DevPodCache) |
no outgoing calls
no test coverage detected