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

Method iter

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

Returns an iterator over all registered agent adapters.

(&self)

Source from the content-addressed store, hash-verified

408
409 /// Returns an iterator over all registered agent adapters.
410 pub fn iter(&self) -> impl Iterator<Item = &dyn AgentHook> {
411 self.agents.iter().map(|a| a.as_ref())
412 }
413}
414
415impl 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