Add support for invoking and publishing Move modules (#5278)
This commit is contained in:
@@ -108,6 +108,7 @@ impl DataStore {
|
||||
|
||||
/// Dumps the data store to stdout
|
||||
pub fn dump(&self) {
|
||||
trace!("Data store:");
|
||||
for (access_path, value) in &self.data {
|
||||
trace!("{:?}: {:?}", access_path, value.len());
|
||||
}
|
||||
@@ -206,4 +207,4 @@ mod tests {
|
||||
assert_eq!(&before2, after2);
|
||||
assert_eq!(&before3, after3);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user