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

Class stat

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

Source from the content-addressed store, hash-verified

114 memset(&m_builtinHeader, 0, sizeof(SegmentHeader));
115
116 struct stat stats;
117 if (fstat(m_handle, &stats) < 0 || stats.st_size < (int) sizeof(SegmentHeader))
118 {
119 m_header = &m_builtinHeader;

Callers 1

archiveExecuteMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected