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

Class BashArity

crates/opencode-permission/src/arity.rs:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::collections::HashMap;
2
3pub struct BashArity;
4
5impl BashArity {
6 pub fn prefix(tokens: &[String]) -> Vec<String> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected