MCPcopy Create free account
hub / github.com/MariaDB/server / GetFile

Function GetFile

storage/connect/tabmul.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 PTDB Clone(PTABS t) override;
41 bool IsSame(PTDB tp) override {return tp == (PTDB)Tdbp;}
42 PCSZ GetFile(PGLOBAL g) override {return Tdbp->GetFile(g);}
43 int GetRecpos(void) override {return 0;}
44 PCOL ColDB(PGLOBAL g, PSZ name, int num) override;
45 bool InitFileNames(PGLOBAL g);

Callers

nothing calls this directly

Calls 1

GetFileMethod · 0.45

Tested by

no test coverage detected