MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / with_always

Method with_always

crates/opencode-tool/src/tool.rs:246–249  ·  view source on GitHub ↗
(mut self, always: impl Into<String>)

Source from the content-addressed store, hash-verified

244 }
245
246 pub fn with_always(mut self, always: impl Into<String>) -> Self {
247 self.always.push(always.into());
248 self
249 }
250
251 pub fn always_allow(mut self) -> Self {
252 self.always.push("*".to_string());

Callers 2

executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected