A small refactor to SourceDB to prepare for doc-search functionality
This commit is contained in:
@@ -265,6 +265,10 @@ public:
|
||||
//
|
||||
const PrintBuffer *get_printbuffer(int64_t actor_id);
|
||||
|
||||
// Get the source database.
|
||||
//
|
||||
SourceDB &get_source() { return source_db_; }
|
||||
|
||||
// Rebuild the global environment from the source database.
|
||||
//
|
||||
// Returns true if the rebuild goes without errors.
|
||||
|
||||
Reference in New Issue
Block a user