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

Method iter

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

Returns an iterator over all registered agent adapters.

(&self)

Source from the content-addressed store, hash-verified

443
444 /// Returns an iterator over all registered agent adapters.
445 pub fn iter(&self) -> impl Iterator<Item = &dyn AgentHook> {
446 self.agents.iter().map(|a| a.as_ref())
447 }
448}
449
450impl 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
build_turn_provenanceFunction · 0.45

Calls 1

as_refMethod · 0.80