MCPcopy 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;

Calls

no outgoing calls