MCPcopy Create free account
hub / github.com/devld/go-drive / newScriptDriveUtils

Function newScriptDriveUtils

drive/script/utils.go:230–232  ·  view source on GitHub ↗
(utils drive_util.DriveUtils)

Source from the content-addressed store, hash-verified

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

Callers 3

newScriptDriveFunction · 0.85
initConfigFunction · 0.85
init_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected