Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
(this *SQLiteFileList) SetOldDir(oldDir string) {
47
this.oldDir = oldDir
48
}
49
50
func
(this *SQLiteFileList) Init() error {
51
// 检查目录是否存在
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected