Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ with_presence
Method
with_presence
atomic-agent/src/hooks/mod.rs:458–461 ·
view source on GitHub ↗
(mut self, present: bool)
Source
from the content-addressed store, hash-verified
456
}
457
458
fn with_presence(mut self, present: bool) -> Self {
459
self.presence = present;
460
self
461
}
462
463
fn with_installed(mut self, installed: bool) -> Self {
464
self.installed = installed;
Callers
4
test_mock_agent_detect_presence_true
Function · 0.80
test_registry_detect_filters_by_presence
Function · 0.80
test_registry_detect_none_present
Function · 0.80
test_registry_multiple_agents_independent
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_mock_agent_detect_presence_true
Function · 0.64
test_registry_detect_filters_by_presence
Function · 0.64
test_registry_detect_none_present
Function · 0.64
test_registry_multiple_agents_independent
Function · 0.64