MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / is_empty

Method is_empty

graphlite/src/storage/persistent/sled.rs:54–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 }
53
54 fn is_empty(&self) -> StorageResult<bool> {
55 Ok(self.tree.is_empty())
56 }
57
58 fn iter(
59 &self,

Callers 3

calculate_averageMethod · 0.45
calculate_percentileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected