MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getFileName

Method getFileName

src/jrd/replication/ChangeLog.cpp:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339PathName ChangeLog::Segment::getFileName() const
340{
341 PathName directory, filename;
342 PathUtils::splitLastComponent(directory, filename, m_filename);
343
344 return filename;
345}
346
347
348// ChangeLog class implementation

Callers 1

archiveExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected