test accountinfo

This commit is contained in:
weisd
2024-11-14 09:06:42 +08:00
parent b400860538
commit 26b6d3a1ec
4 changed files with 12 additions and 4 deletions
@@ -106,6 +106,9 @@ impl Functions {
}
set
}
pub fn is_empty(&self) -> bool {
self.0.is_empty()
}
}
impl Debug for Functions {