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

Method items

graphlite/src/catalog/operations.rs:362–367  ·  view source on GitHub ↗

Extract items from a list response

(&self)

Source from the content-addressed store, hash-verified

360
361 /// Extract items from a list response
362 pub fn items(&self) -> Option<&[Value]> {
363 match self {
364 Self::List { items } => Some(items),
365 _ => None,
366 }
367 }
368
369 /// Extract results from a query response
370 pub fn results(&self) -> Option<&Value> {

Callers 2

_flatten_rowMethod · 0.80
_extract_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected