MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / from

Method from

crates/firewheel-graph/src/error.rs:137–139  ·  view source on GitHub ↗
(e: NodeError)

Source from the content-addressed store, hash-verified

135
136impl From<NodeError> for ModifyGraphError {
137 fn from(e: NodeError) -> Self {
138 Self::NodeError(e)
139 }
140}

Callers

nothing calls this directly

Calls 1

NodeErrorClass · 0.85

Tested by

no test coverage detected