MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SetOldDir

Method SetOldDir

internal/caches/list_file_sqlite.go:46–48  ·  view source on GitHub ↗
(oldDir string)

Source from the content-addressed store, hash-verified

44}
45
46func (this *SQLiteFileList) SetOldDir(oldDir string) {
47 this.oldDir = oldDir
48}
49
50func (this *SQLiteFileList) Init() error {
51 // 检查目录是否存在

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected