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

Method id

backend/src/git/ext.rs:590–595  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

588 }
589
590 pub fn id(&self) -> &ExternalId {
591 match self {
592 Self::Topic(Topic { key, .. }) => &key.0,
593 Self::Link(Link { key, .. }) => &key.0,
594 }
595 }
596
597 pub fn to_search_match(self, locale: Locale, search: &Search) -> Result<SearchMatch> {
598 let normalized = &search.normalized;

Callers 15

link_idMethod · 0.45
eqMethod · 0.45
to_search_matchMethod · 0.45
callMethod · 0.45
newMethod · 0.45
save_linkMethod · 0.45
testMethod · 0.45
url_pathsMethod · 0.45
commit_oidMethod · 0.45
path_to_oidMethod · 0.45
statsMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 10

link_deletedFunction · 0.36
activity_log_updatedFunction · 0.36
topics_updatedFunction · 0.36
link_addedFunction · 0.36
whitespace_removedFunction · 0.36
no_orphansFunction · 0.36
updates_are_idempotentFunction · 0.36
details_updatedFunction · 0.36
parent_topic_updatedFunction · 0.36