Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ isReference
Method
isReference
src/Backups/BackupEntryReference.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
{}
16
17
bool BackupEntryReference::isReference() const
18
{
19
return true;
20
}
21
22
String BackupEntryReference::getReferenceTarget() const
23
{
Callers
2
buildFileInfoForBackupEntry
Function · 0.45
writeFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected