MCPcopy 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
36func (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

StringMethod · 0.65
RequestMethod · 0.65

Tested by

no test coverage detected