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

Method prefix

backend/src/git/index.rs:512–514  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

510
511impl GitIndexKey for RepoId {
512 fn prefix(&self) -> Self {
513 self.to_owned()
514 }
515}
516
517impl IndexKey {

Callers 1

index_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected