Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ DiskIsFast
Function
DiskIsFast
internal/utils/fs/status.go:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
func
DiskIsFast() bool {
98
return
DiskSpeed == SpeedExtremelyFast || DiskSpeed == SpeedFast
99
}
100
101
func
DiskIsExtremelyFast() bool {
102
// 在开发环境下返回false,以便于测试
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected