MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / always_allow

Method always_allow

crates/opencode-tool/src/tool.rs:251–254  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

249 }
250
251 pub fn always_allow(mut self) -> Self {
252 self.always.push("*".to_string());
253 self
254 }
255}
256
257#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 13

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected