Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ set_dependency_count
Method
set_dependency_count
atomic-core/src/record/workflow/globalize/file.rs:53–55 ·
view source on GitHub ↗
Set dependency count.
(&mut self, count: usize)
Source
from the content-addressed store, hash-verified
51
52
/// Set dependency count.
53
pub fn set_dependency_count(&mut self, count: usize) {
54
self.dependency_count = count;
55
}
56
57
/// Get the file path.
58
#[must_use]
Callers
2
globalize_recorded_file
Function · 0.80
test_globalized_file_set_deps
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_globalized_file_set_deps
Function · 0.64