MCPcopy Create free account
hub / github.com/emwalker/digraph / from

Method from

backend/src/git/index.rs:257–262  ·  view source on GitHub ↗
(child: &TopicChild)

Source from the content-addressed store, hash-verified

255
256impl From<&TopicChild> for SearchEntry {
257 fn from(child: &TopicChild) -> Self {
258 Self {
259 kind: child.kind.to_owned(),
260 id: child.id.to_owned(),
261 }
262 }
263}
264
265#[derive(Debug, Deserialize, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected