Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wal-g/wal-g
/ NewFolderReader
Function
NewFolderReader
internal/storage_folder_reader.go:17–19 ·
view source on GitHub ↗
(folder storage.Folder)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
NewFolderReader(folder storage.Folder) StorageFolderReader {
18
return
&FolderReaderImpl{folder}
19
}
20
21
type
FolderReaderImpl
struct
{
22
storage.Folder
Callers
15
getHistoryFileFromStorage
Function · 0.92
checkWALOverwrite
Function · 0.92
handleDeltaBackup
Method · 0.92
TestLoadDeltaMap_AllDeltas
Function · 0.92
TestLoadDeltaMap_MissingDelta
Function · 0.92
TestLoadDeltaMap_WalTail
Function · 0.92
HandleWALRestore
Function · 0.92
TestWallFetchCachesLastDecompressor
Function · 0.92
TestTryDownloadWALFile_Exist
Function · 0.92
TestTryDownloadWALFile_NotExist
Function · 0.92
HandleWalFetch
Function · 0.92
DownloadOplogArchive
Method · 0.92
Calls
no outgoing calls
Tested by
6
TestLoadDeltaMap_AllDeltas
Function · 0.74
TestLoadDeltaMap_MissingDelta
Function · 0.74
TestLoadDeltaMap_WalTail
Function · 0.74
TestWallFetchCachesLastDecompressor
Function · 0.74
TestTryDownloadWALFile_Exist
Function · 0.74
TestTryDownloadWALFile_NotExist
Function · 0.74