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

Method new_id

backend/src/git/activity.rs:342–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340
341impl Change {
342 pub fn new_id() -> ExternalId {
343 ExternalId::make()
344 }
345
346 pub fn actor_id(&self) -> String {
347 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected