MCPcopy Create free account
hub / github.com/bajrangCoder/setu / is_available

Method is_available

src/components/protocol_selector.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 }
25 }
26
27 fn is_available(self) -> bool {
28 matches!(self, Self::Rest | Self::WebSocket)
29 }
30}
31

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected