Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use std::collections::HashMap;
2
3
pub struct BashArity;
4
5
impl BashArity {
6
pub fn prefix(tokens: &[String]) -> Vec<String> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected