MCPcopy Create free account
hub / github.com/Roy3838/Observer / all

Method all

cli/src/config.rs:34–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 pub fn all() -> &'static [NotifyChannel] {
35 &[
36 NotifyChannel::Discord,
37 NotifyChannel::Telegram,
38 NotifyChannel::Sms,
39 NotifyChannel::WhatsApp,
40 NotifyChannel::Call,
41 NotifyChannel::Email,
42 ]
43 }
44
45 pub fn is_phone_based(&self) -> bool {
46 matches!(

Callers 15

detectOllamaServersFunction · 0.80
SettingsTabFunction · 0.80
checkAllFunction · 0.80
SimpleCreatorModalFunction · 0.80
detectAgentCapabilitiesFunction · 0.80
checkPhoneWhitelistFunction · 0.80
saveAndFinishClipMethod · 0.80
listAgentsFunction · 0.80
deleteMemoryFunction · 0.80
deleteAgentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected