MCPcopy Create free account
hub / github.com/davisking/dlib / is_open

Method is_open

dlib/sqlite/sqlite.h:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 bool is_open (
63 ) const
64 {
65 return db.get() != 0;
66 }
67
68 void open (
69 const std::string& file

Callers 1

statementMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected