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

Method getFileName

src/IO/OpenedFile.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::string OpenedFile::getFileName() const
41{
42 return file_name;
43}
44
45
46OpenedFile::OpenedFile(const std::string & file_name_, int flags_) : file_name(file_name_), flags(flags_)

Callers 8

isNeedToAddEmptyBlockMethod · 0.45
createFromMethod · 0.45
TESTFunction · 0.45
objectNameMethod · 0.45
test1Function · 0.45
reloadFormatSchemaFunction · 0.45
OutputWriterMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
objectNameMethod · 0.36