Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
func
(q Query) SetRepoGUID(repoGUID string) Query {
38
q.RepoGUID = &repoGUID
39
return
q
40
}
41
42
func
(q Query) SetSnapshotID(snapshotID string) Query {
43
q.SnapshotID = &snapshotID
Callers
15
TestListOperation
Function · 0.80
TestGetHighestOpIDAndModno
Function · 0.80
countByRepoGUIDHelper
Function · 0.80
RunCommand
Method · 0.80
GetSummaryDashboard
Method · 0.80
TestSimpleOperationSync
Function · 0.80
TestSyncMutations
Function · 0.80
TestFuzzOperationSync
Function · 0.80
TestFuzzOperationSyncOfflineMutations
Function · 0.80
Next
Method · 0.80
Next
Method · 0.80
indexCurrentSnapshotIdsForRepo
Function · 0.80
Calls
no outgoing calls
Tested by
7
TestListOperation
Function · 0.64
TestGetHighestOpIDAndModno
Function · 0.64
countByRepoGUIDHelper
Function · 0.64
TestSimpleOperationSync
Function · 0.64
TestSyncMutations
Function · 0.64
TestFuzzOperationSync
Function · 0.64
TestFuzzOperationSyncOfflineMutations
Function · 0.64