MCPcopy Create free account
hub / github.com/SqliteModernCpp/sqlite_modern_cpp / DBInterface

Method DBInterface

tests/trycatchblocks.cc:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26public:
27 DBInterface( const string& fileName ) : db( fileName )
28 {
29 }
30
31 void LogRequest( const string& username, const string& ip, const string& request )
32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected