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

Method has_entities

graphlite/src/exec/result.rs:280–282  ·  view source on GitHub ↗

Check if this row has any tracked entities

(&self)

Source from the content-addressed store, hash-verified

278
279 /// Check if this row has any tracked entities
280 pub fn has_entities(&self) -> bool {
281 !self.source_entities.is_empty()
282 }
283
284 /// Get all tracked entities for this row
285 pub fn get_entities(&self) -> &HashMap<String, EntityId> {

Callers 5

execute_unionMethod · 0.80
execute_intersectMethod · 0.80
execute_exceptMethod · 0.80
rows_equalMethod · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by 1