Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/syncthing/syncthing
/ Request
Method
Request
lib/protocol/wireformat.go:36–39 ·
view source on GitHub ↗
(ctx context.Context, req *Request)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(c wireFormatConnection) Request(ctx context.Context, req *Request) ([]byte, error) {
37
req.Name = norm.NFC.String(filepath.ToSlash(req.Name))
38
return
c.Connection.Request(ctx, req)
39
}
Callers
nothing calls this directly
Calls
2
String
Method · 0.65
Request
Method · 0.65
Tested by
no test coverage detected