MCPcopy
hub / github.com/rclone/rclone / Debugf

Function Debugf

fs/log.go:314–316  ·  view source on GitHub ↗

Debugf writes debugging output for this Object or Fs. Use this for debug only. The user must have to specify -vv to see this.

(o any, text string, args ...any)

Source from the content-addressed store, hash-verified

312// Debugf writes debugging output for this Object or Fs. Use this for
313// debug only. The user must have to specify -vv to see this.
314func Debugf(o any, text string, args ...any) {
315 LogLevelPrintf(LogLevelDebug, o, text, args...)
316}
317
318// LogDirName returns an object for the logger, logging a root
319// directory which would normally be "" as the Fs

Callers 15

scaleWorkersMethod · 0.92
getChunkMethod · 0.92
CloseMethod · 0.92
SeekMethod · 0.92
downloadMethod · 0.92
notifyMethod · 0.92
runMethod · 0.92
NewFsFunction · 0.92
receiveChangeNotifyMethod · 0.92
ChangeNotifyMethod · 0.92
NewObjectMethod · 0.92
ListMethod · 0.92

Calls 1

LogLevelPrintfFunction · 0.85

Tested by 14

internalTestMetadataMethod · 0.74
InternalTestVersionsMethod · 0.74
InternalTestVersionsMethod · 0.74
runFunction · 0.74
checkTreeFunction · 0.74
canSetModTimeFunction · 0.74
runTestStepMethod · 0.74
runBisyncMethod · 0.74
copyFileMethod · 0.74
purgeChildrenFunction · 0.74
touchFilesFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…