MCPcopy
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
1495func (f *Fs) Precision() time.Duration {
1496 return f.Fs.Precision()
1497}
1498
1499// Check the interfaces are satisfied
1500var (

Callers

nothing calls this directly

Calls 1

PrecisionMethod · 0.65

Tested by

no test coverage detected