logPath is to return containerd's log path.
()
| 1007 | |
| 1008 | // logPath is to return containerd's log path. |
| 1009 | func (p *ctrdProc) logPath() string { |
| 1010 | return filepath.Join(p.workDir, "containerd.log") |
| 1011 | } |
| 1012 | |
| 1013 | // isReady checks the containerd is ready or not. |
| 1014 | func (p *ctrdProc) isReady() error { |
no outgoing calls
no test coverage detected