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

Method write

src/jrd/Monitoring.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void write(const SnapshotData::DumpRecord& record)
74 {
75 const ULONG length = record.getLength();
76 dump->write(offset, sizeof(ULONG), &length);
77 dump->write(offset, length, record.getData());
78 }
79
80 private:
81 MonitoringData* const dump;

Callers

nothing calls this directly

Calls 3

getLengthMethod · 0.45
writeMethod · 0.45
getDataMethod · 0.45

Tested by

no test coverage detected