(utils drive_util.DriveUtils)
| 228 | } |
| 229 | |
| 230 | func newScriptDriveUtils(utils drive_util.DriveUtils) *scriptDriveUtils { |
| 231 | return &scriptDriveUtils{utils.CreateCache, driveDataStore{utils.Data}, utils.Config} |
| 232 | } |
| 233 | |
| 234 | type scriptDriveUtils struct { |
| 235 | createCache drive_util.DriveCacheFactory |
no outgoing calls
no test coverage detected