MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / set_details

Method set_details

atomic-repository/src/status.rs:378–380  ·  view source on GitHub ↗

Set additional details.

(&mut self, details: String)

Source from the content-addressed store, hash-verified

376
377 /// Set additional details.
378 pub fn set_details(&mut self, details: String) {
379 self.details = Some(details);
380 }
381}
382
383// RepositoryStatus

Callers 2

statusMethod · 0.80

Calls

no outgoing calls

Tested by 1