MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / writeDatabaseID

Method writeDatabaseID

src/storage/file_db_id_utils.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void FileDBIDUtils::writeDatabaseID(common::Serializer& ser, common::uuid databaseID) {
19 ser.write(databaseID);
20}
21} // namespace lbug::storage

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected