| 184 | } |
| 185 | |
| 186 | type commandInfo struct { |
| 187 | Digest digest.Digest |
| 188 | Command *remoteexecution.Command |
| 189 | BBClientdPath string |
| 190 | } |
| 191 | |
| 192 | type directoryInfo struct { |
| 193 | Digest digest.Digest |
nothing calls this directly
no outgoing calls
no test coverage detected