MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / backupName

Function backupName

worker/backup_handler.go:75–77  ·  view source on GitHub ↗
(since uint64, groupId uint32)

Source from the content-addressed store, hash-verified

73}
74
75func backupName(since uint64, groupId uint32) string {
76 return fmt.Sprintf(backupNameFmt, since, groupId)
77}
78
79// UriHandler interface is implemented by URI scheme handlers.
80// When adding new scheme handles, for example 'azure://', an object will implement

Callers 3

getManifestsToRestoreFunction · 0.70
RunMapperFunction · 0.70
createBackupFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected