| 329 | |
| 330 | |
| 331 | string getStandaloneContainerMarkerPath( |
| 332 | const string& runtimeDir, |
| 333 | const ContainerID& containerId) |
| 334 | { |
| 335 | return path::join( |
| 336 | getRuntimePath(runtimeDir, containerId), |
| 337 | STANDALONE_MARKER_FILE); |
| 338 | } |
| 339 | |
| 340 | |
| 341 | bool isStandaloneContainer( |
no test coverage detected