MCPcopy
hub / github.com/rclone/rclone / logPrefix

Method logPrefix

vfs/read_write.go:431–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429}
430
431func (fh *RWFileHandle) logPrefix() string {
432 return fmt.Sprintf("%s(%p)", fh.file.Path(), fh)
433}
434
435// Chdir changes the current working directory to the file, which must
436// be a directory.

Callers 7

openPendingMethod · 0.95
closeMethod · 0.95
FlushMethod · 0.95
ReleaseMethod · 0.95
_sizeMethod · 0.95
_readAtMethod · 0.95
_writeAtMethod · 0.95

Calls 1

PathMethod · 0.65

Tested by

no test coverage detected