MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / should_enable

Method should_enable

claw-code/rust/crates/runtime/src/remote.rs:123–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

121
122 #[must_use]
123 pub fn should_enable(&self) -> bool {
124 self.remote.enabled
125 && self.upstream_proxy_enabled
126 && self.remote.session_id.is_some()
127 && self.token.is_some()
128 }
129
130 #[must_use]
131 pub fn ws_url(&self) -> String {

Callers 1

state_for_portMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected