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

Method settings_manifest_paths

atomic-agent/src/integrations/manifest.rs:119–124  ·  view source on GitHub ↗

Absolute paths of the settings manifests, resolved against the package.

(&self, pkg_dir: &Path)

Source from the content-addressed store, hash-verified

117
118 /// Absolute paths of the settings manifests, resolved against the package.
119 pub fn settings_manifest_paths(&self, pkg_dir: &Path) -> Vec<PathBuf> {
120 self.settings
121 .iter()
122 .map(|s| pkg_dir.join(&s.manifest))
123 .collect()
124 }
125}
126
127fn agent_name_guess(pkg_dir: &Path) -> String {

Callers 2

install_from_dirFunction · 0.80
loads_full_manifestFunction · 0.80

Calls 1

iterMethod · 0.45

Tested by 1

loads_full_manifestFunction · 0.64