MCPcopy
hub / github.com/rclone/rclone / Sys

Method Sys

cmd/tree/tree.go:196–198  ·  view source on GitHub ↗

Sys is underlying data source (can return nil)

()

Source from the content-addressed store, hash-verified

194
195// Sys is underlying data source (can return nil)
196func (to *FileInfo) Sys() any {
197 return nil
198}
199
200// String returns the full path
201func (to *FileInfo) String() string {

Callers 2

LookupMethod · 0.45
newNodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected