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

Method Checkpointer

src/storage/checkpointer.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66} // namespace
67
68Checkpointer::Checkpointer(main::ClientContext& clientContext)
69 : clientContext{clientContext},
70 isInMemory{main::DBConfig::isDBPathInMemory(clientContext.getDatabasePath())},
71 mainStorageManager{clientContext.getDatabase()->getStorageManager()} {}
72
73Checkpointer::~Checkpointer() = default;
74

Callers

nothing calls this directly

Calls 3

getDatabasePathMethod · 0.45
getStorageManagerMethod · 0.45
getDatabaseMethod · 0.45

Tested by

no test coverage detected