feat: can create root
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-10 22:47:32 +02:00
parent c54fc3f4d0
commit 442ab64583
5 changed files with 36 additions and 1 deletions

View File

@@ -63,4 +63,8 @@ impl SharedEngine {
Ok(())
}
pub(crate) fn get_roots(&self) -> Option<Vec<String>> {
self.inner.read().unwrap().get_roots()
}
}