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

Class ConsoleOutput

backend/src/bin/show.rs:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13struct ConsoleOutput<'r> {
14 git: &'r mut Client,
15 buf: String,
16 repo_id: RepoId,
17}
18
19impl<'r> Visitor for &mut ConsoleOutput<'r> {
20 fn visit_topic(&mut self, topic: &RepoTopic) -> Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected