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:455–458 ·
view source on GitHub ↗
(mut self, present: bool)
Source
from the content-addressed store, hash-verified
453
}
454
455
fn with_presence(mut self, present: bool) -> Self {
456
self.presence = present;
457
self
458
}
459
460
fn with_installed(mut self, installed: bool) -> Self {
461
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