MCPcopy Create free account
hub / github.com/Mixaill/FakePDB / DB

Method DB

src_cpp/src/data/db.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26namespace FakePDB::Data {
27 DB::DB(){
28
29 }
30
31 DB::DB(std::filesystem::path &filepath) {
32 load(filepath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected