MCPcopy 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
97func DiskIsFast() bool {
98 return DiskSpeed == SpeedExtremelyFast || DiskSpeed == SpeedFast
99}
100
101func DiskIsExtremelyFast() bool {
102 // 在开发环境下返回false,以便于测试

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected