MCPcopy
hub / github.com/rclone/rclone / SetSeparator

Method SetSeparator

fs/operations/operations.go:2203–2205  ·  view source on GitHub ↗

SetSeparator changes separator in struct

(separator string)

Source from the content-addressed store, hash-verified

2201
2202// SetSeparator changes separator in struct
2203func (l *ListFormat) SetSeparator(separator string) {
2204 l.separator = separator
2205}
2206
2207// SetDirSlash defines if slash should be printed
2208func (l *ListFormat) SetDirSlash(dirSlash bool) {

Callers 4

LsfFunction · 0.95
DstLsfFunction · 0.95
TestListFormatFunction · 0.95
SetListFormatMethod · 0.95

Calls

no outgoing calls

Tested by 2

DstLsfFunction · 0.76
TestListFormatFunction · 0.76