MCPcopy Index your code
hub / github.com/emwalker/digraph / as_bytes

Method as_bytes

backend/src/bin/show.rs:60–62  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

58
59impl<'r> ConsoleOutput<'r> {
60 fn as_bytes(&self) -> &[u8] {
61 self.buf.as_bytes()
62 }
63
64 fn visit_child_parent_topic(&mut self, topic: &ParentTopic) -> Result<()> {
65 match &self.git.fetch(self.repo_id, &topic.id) {

Callers 9

sha256_base64Function · 0.80
try_intoMethod · 0.80
writeMethod · 0.80
save_changeMethod · 0.80
save_linkMethod · 0.80
save_topicMethod · 0.80
write_redis_argsMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected