Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_file_status_entry_setters
Function · 0.80
status
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_file_status_entry_setters
Function · 0.64