Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
196
func
(to *FileInfo) Sys() any {
197
return
nil
198
}
199
200
// String returns the full path
201
func
(to *FileInfo) String() string {
Callers
2
Lookup
Method · 0.45
newNode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected