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

Method with_presence

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

Source from the content-addressed store, hash-verified

424 }
425
426 fn with_presence(mut self, present: bool) -> Self {
427 self.presence = present;
428 self
429 }
430
431 fn with_installed(mut self, installed: bool) -> Self {
432 self.installed = installed;

Calls

no outgoing calls