Write the build start to the database.
This commit is contained in:
@@ -121,6 +121,11 @@ impl TargetConfig {
|
||||
pub(crate) fn get_attr(&'_ self) -> Result<&String, CustomError> {
|
||||
Ok(&self.attr)
|
||||
}
|
||||
|
||||
/// The name to identify this target
|
||||
pub(crate) fn get_name(&'_ self) -> Result<&String, CustomError> {
|
||||
Ok(&self.name)
|
||||
}
|
||||
}
|
||||
|
||||
fn hex_string(data: &[u8]) -> String {
|
||||
|
||||
Reference in New Issue
Block a user