Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ Precision
Method
Precision
backend/compress/compress.go:1495–1497 ·
view source on GitHub ↗
Precision returns the precision of this Fs
()
Source
from the content-addressed store, hash-verified
1493
1494
// Precision returns the precision of this Fs
1495
func
(f *Fs) Precision() time.Duration {
1496
return
f.Fs.Precision()
1497
}
1498
1499
// Check the interfaces are satisfied
1500
var
(
Callers
nothing calls this directly
Calls
1
Precision
Method · 0.65
Tested by
no test coverage detected