MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Open

Method Open

src/wallet/sqlite.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void SQLiteDatabase::Open()
249{
250 Open(/*additional_flags*/0);
251}
252
253void SQLiteDatabase::Open(int additional_flags)
254{

Callers 8

CloseMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
CustomCommitMethod · 0.45
ReadFilterFromDiskMethod · 0.45
WriteFilterToDiskMethod · 0.45
OpenBlockFileMethod · 0.45
OpenUndoFileMethod · 0.45

Calls 7

TryCreateDirectoriesFunction · 0.85
IsDirWritableFunction · 0.85
PathToStringFunction · 0.85
SetPragmaFunction · 0.85
ReadBE32Function · 0.85
ParamsClass · 0.50
dataMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36