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

Method with_presence

atomic-agent/src/hooks/mod.rs:490–493  ·  view source on GitHub ↗
(mut self, present: bool)

Source from the content-addressed store, hash-verified

488 }
489
490 fn with_presence(mut self, present: bool) -> Self {
491 self.presence = present;
492 self
493 }
494
495 fn with_installed(mut self, installed: bool) -> Self {
496 self.installed = installed;

Calls

no outgoing calls