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

Method query

graphlite/src/storage/indexes/errors.rs:58–60  ·  view source on GitHub ↗

Create a query error

(msg: S)

Source from the content-addressed store, hash-verified

56impl IndexError {
57 /// Create a query error
58 pub fn query<S: Into<String>>(msg: S) -> Self {
59 Self::QueryError(msg.into())
60 }
61
62 /// Create a configuration error
63 pub fn config<S: Into<String>>(msg: S) -> Self {

Callers

nothing calls this directly

Calls 1

QueryErrorClass · 0.85

Tested by

no test coverage detected