Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ FilePath
Function
FilePath
internal/slogutil/slogvalues.go:26–28 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
FilePath(path string) slog.Attr {
27
return
slog.String(
"path"
, path)
28
}
29
30
func
URI(v any) slog.Attr {
31
return
slog.Any(
"uri"
, v)
Callers
15
Request
Method · 0.92
fixupFiles
Function · 0.92
handleAutoAccepts
Method · 0.92
Request
Method · 0.92
Update
Method · 0.92
scanSubdirsDeletedAndIgnored
Method · 0.92
newScanError
Method · 0.92
pull
Method · 0.92
processNeeded
Method · 0.92
processDeletions
Method · 0.92
checkParent
Method · 0.92
handleSymlink
Method · 0.92
Calls
1
String
Method · 0.65
Tested by
no test coverage detected