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

Method iter

atomic-agent/src/hooks/mod.rs:442–444  ·  view source on GitHub ↗

Returns an iterator over all registered agent adapters.

(&self)

Source from the content-addressed store, hash-verified

440
441 /// Returns an iterator over all registered agent adapters.
442 pub fn iter(&self) -> impl Iterator<Item = &dyn AgentHook> {
443 self.agents.iter().map(|a| a.as_ref())
444 }
445}
446
447impl Default for AgentRegistry {

Callers 15

is_duplicateFunction · 0.45
dedup_learningsFunction · 0.45
merge_items_into_sectionFunction · 0.45
build_files_and_metadataFunction · 0.45
all_pathsMethod · 0.45
all_path_stringsMethod · 0.45
record_turnFunction · 0.45
requires_recordingMethod · 0.45

Calls 1

as_refMethod · 0.80