diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-01-22 16:11:19 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-01-22 16:11:19 -0500 |
| commit | 3dd22f40996fc128ffce6026e8e747ca66bcc21d (patch) | |
| tree | a5e7fc57dc620fc4d4a408ffdbf114bb66dcf91d /database.cpp | |
| parent | 96053ffc711aa27fcaeeb6cbfa89df0c253361f8 (diff) | |
Project support
Diffstat (limited to 'database.cpp')
| -rw-r--r-- | database.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/database.cpp b/database.cpp index 8f9912e8..26802f29 100644 --- a/database.cpp +++ b/database.cpp @@ -541,6 +541,12 @@ Ref<FileMetadata> Database::GetFile() } +void Database::ReloadConnection() +{ + BNDatabaseReloadConnection(m_object); +} + + Ref<KeyValueStore> Database::ReadAnalysisCache() const { BNKeyValueStore* store = BNReadDatabaseAnalysisCache(m_object); |
