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

Method is_empty

graphlite/src/txn/log.rs:245–247  ·  view source on GitHub ↗

ROADMAP v0.3.0 - Check if transaction has any undo operations for ROLLBACK decision

(&self)

Source from the content-addressed store, hash-verified

243 /// Check if the log is empty
244 #[allow(dead_code)] // ROADMAP v0.3.0 - Check if transaction has any undo operations for ROLLBACK decision
245 pub fn is_empty(&self) -> bool {
246 self.undo_operations.is_empty()
247 }
248
249 /// Get statistics about the log
250 #[allow(dead_code)] // ROADMAP v0.6.0 - Transaction log statistics for monitoring and observability

Callers 15

handle_gqlFunction · 0.45
format_tableMethod · 0.45
format_jsonMethod · 0.45
format_csvMethod · 0.45
value_to_stringMethod · 0.45
cascade_invalidationMethod · 0.45
remove_dependencyMethod · 0.45
as_booleanMethod · 0.45
update_indicesMethod · 0.45
efficiency_metricsMethod · 0.45
is_validMethod · 0.45

Calls

no outgoing calls

Tested by 1

executeMethod · 0.36