MCPcopy 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

triggerMethod · 0.45
auth_bridgeMethod · 0.45
install_npm_packagesMethod · 0.45
first_valueFunction · 0.45
invoke_hookMethod · 0.45
auth_fetch_streamMethod · 0.45
read_response_for_idMethod · 0.45
prefixMethod · 0.45
is_approvedMethod · 0.45
hook_payload_objectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected