MCPcopy Create free account
hub / github.com/ByConity/ByConity / exists

Method exists

src/Interpreters/ExternalLoaderXMLConfigRepository.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool ExternalLoaderXMLConfigRepository::exists(const std::string & definition_entity_name)
62{
63 return fs::exists(fs::path(definition_entity_name));
64}
65
66Poco::AutoPtr<Poco::Util::AbstractConfiguration> ExternalLoaderXMLConfigRepository::load(
67 const std::string & config_file)

Callers 12

readImplMethod · 0.45
readRepositoriesMethod · 0.45
readFileInfoMethod · 0.45
initAndCheckTaskMethod · 0.45
scheduleTasksMethod · 0.45
cleanupQueueMethod · 0.45
createStatusDirsMethod · 0.45
restoreReplicaMethod · 0.45
dropReplicaMethod · 0.45
dropReplicaImplMethod · 0.45
reloadFormatSchemaFunction · 0.45

Calls 1

existsFunction · 0.50

Tested by

no test coverage detected