MCPcopy
hub / github.com/kopia/kopia / queryParam

Method queryParam

internal/server/request_context.go:54–56  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

52}
53
54func (r *requestContext) queryParam(s string) string {
55 return r.req.URL.Query().Get(s)
56}

Callers 2

handleObjectGetFunction · 0.80
handleListSnapshotsFunction · 0.80

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected