MCPcopy 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
17bool BackupEntryReference::isReference() const
18{
19 return true;
20}
21
22String BackupEntryReference::getReferenceTarget() const
23{

Callers 2

writeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected