MCPcopy Index your code
hub / github.com/garethgeorge/backrest / SetRepoGUID

Method SetRepoGUID

internal/oplog/query.go:37–40  ·  view source on GitHub ↗
(repoGUID string)

Source from the content-addressed store, hash-verified

35}
36
37func (q Query) SetRepoGUID(repoGUID string) Query {
38 q.RepoGUID = &repoGUID
39 return q
40}
41
42func (q Query) SetSnapshotID(snapshotID string) Query {
43 q.SnapshotID = &snapshotID

Callers 15

TestListOperationFunction · 0.80
countByRepoGUIDHelperFunction · 0.80
RunCommandMethod · 0.80
GetSummaryDashboardMethod · 0.80
TestSimpleOperationSyncFunction · 0.80
TestSyncMutationsFunction · 0.80
TestFuzzOperationSyncFunction · 0.80
NextMethod · 0.80
NextMethod · 0.80

Calls

no outgoing calls

Tested by 7

TestListOperationFunction · 0.64
countByRepoGUIDHelperFunction · 0.64
TestSimpleOperationSyncFunction · 0.64
TestSyncMutationsFunction · 0.64
TestFuzzOperationSyncFunction · 0.64