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

Method from

graphlite/src/catalog/error.rs:54–56  ·  view source on GitHub ↗
(err: std::io::Error)

Source from the content-addressed store, hash-verified

52
53impl From<std::io::Error> for CatalogError {
54 fn from(err: std::io::Error) -> Self {
55 CatalogError::IoError(err.to_string())
56 }
57}
58
59impl From<serde_json::Error> for CatalogError {

Callers

nothing calls this directly

Calls 3

IoErrorClass · 0.85
SerializationErrorClass · 0.85
StorageErrorEnum · 0.85

Tested by

no test coverage detected