Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ get
Method
get
crates/opencode-plugin/src/lib.rs:114–116 ·
view source on GitHub ↗
(&self, key: &str)
Source
from the content-addressed store, hash-verified
112
}
113
114
pub fn get(&self, key: &str) -> Option<&serde_json::Value> {
115
self.data.get(key)
116
}
117
}
118
119
#[derive(Debug, thiserror::Error)]
Callers
11
trigger
Method · 0.45
auth_bridge
Method · 0.45
install_npm_packages
Method · 0.45
first_value
Function · 0.45
invoke_hook
Method · 0.45
auth_fetch_stream
Method · 0.45
read_response_for_id
Method · 0.45
prefix
Method · 0.45
is_approved
Method · 0.45
hook_payload_object
Function · 0.45
extract_permission_status
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected