summaryrefslogtreecommitdiffstats
path: root/libimagref
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-06-09 19:43:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-04 19:29:02 +0200
commit8989791c7a4234363071f45d8d10e27e98e45491 (patch)
tree3f38013e98b4e4794a95dce1c2216d28664c407d /libimagref
parentd00af36700654f5313d036518558942929335b59 (diff)
Impl RefFlags::get_content_hashing()
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/src/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagref/src/flags.rs b/libimagref/src/flags.rs
index 5a51b0c4..865c34a6 100644
--- a/libimagref/src/flags.rs
+++ b/libimagref/src/flags.rs
@@ -49,7 +49,7 @@ impl RefFlags {
pub fn get_content_hashing(&self) -> bool {
- unimplemented!()
+ self.content_hashing
}
pub fn get_permission_tracking(&self) -> bool {