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

Class RepoIds

backend/src/types.rs:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143#[derive(Clone, Debug)]
144pub struct RepoIds(Vec<RepoId>);
145
146impl TryFrom<&[String]> for RepoIds {
147 type Error = Error;

Callers 2

service_accountMethod · 0.85
guestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected