mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 23:29:58 -07:00
global: snapshot
This commit is contained in:
@@ -261,4 +261,12 @@ impl<'a> Interface<'a> {
|
||||
pub fn get_vecid_to_indexes(&self, id: String) -> Option<&Vec<&'static str>> {
|
||||
self.vecs.id_to_indexes(id)
|
||||
}
|
||||
|
||||
pub fn indexer(&self) -> &Indexer {
|
||||
self.indexer
|
||||
}
|
||||
|
||||
pub fn computer(&self) -> &Computer {
|
||||
self.computer
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user