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

Method with_cycle

backend/src/git/index.rs:131–139  ·  view source on GitHub ↗
(&self, cycle: bool)

Source from the content-addressed store, hash-verified

129
130impl SynonymMatch {
131 pub fn with_cycle(&self, cycle: bool) -> Self {
132 Self {
133 cycle,
134 entry: self.entry.to_owned(),
135 name: self.name.to_owned(),
136 repo_id: self.repo_id,
137 repo_topic: self.repo_topic.to_owned(),
138 }
139 }
140}
141
142#[derive(Clone, Debug, Deserialize, Serialize)]

Callers 1

request_decisionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected