MCPcopy
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
26func FilePath(path string) slog.Attr {
27 return slog.String("path", path)
28}
29
30func URI(v any) slog.Attr {
31 return slog.Any("uri", v)

Callers 15

RequestMethod · 0.92
fixupFilesFunction · 0.92
handleAutoAcceptsMethod · 0.92
RequestMethod · 0.92
UpdateMethod · 0.92
newScanErrorMethod · 0.92
pullMethod · 0.92
processNeededMethod · 0.92
processDeletionsMethod · 0.92
checkParentMethod · 0.92
handleSymlinkMethod · 0.92

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected