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

Calls

no outgoing calls