MCPcopy Index your code
hub / github.com/rclone/rclone / compLogf

Function compLogf

cmd/completion.go:20–22  ·  view source on GitHub ↗

Make a debug message while doing the completion. These end up in the file specified by BASH_COMP_DEBUG_FILE

(format string, a ...any)

Source from the content-addressed store, hash-verified

18//
19// These end up in the file specified by BASH_COMP_DEBUG_FILE
20func compLogf(format string, a ...any) {
21 cobra.CompDebugln(fmt.Sprintf(format, a...), true)
22}
23
24// Add remotes to the completions being built up
25func addRemotes(toComplete string, completions []string) []string {

Callers 3

addLocalFilesFunction · 0.85
addRemoteFilesFunction · 0.85
validArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…