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

Interface Markdown

backend/src/git/activity.rs:794–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 use super::*;
793
794 pub trait Markdown {
795 fn markdown(
796 &self,
797 locale: Locale,
798 actor_name: &str,
799 context: Option<&ExternalId>,
800 ) -> String;
801 }
802
803 impl LinkInfo {
804 fn markdown(&self) -> String {

Callers

nothing calls this directly

Implementers 1

activity.rsbackend/src/git/activity.rs

Calls

no outgoing calls

Tested by

no test coverage detected