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

Function github_remove_reaction

crates/opencode-cli/src/main.rs:4794–4796  ·  view source on GitHub ↗
(reaction: &GithubReactionHandle, token: Option<&str>)

Source from the content-addressed store, hash-verified

4792}
4793
4794fn github_remove_reaction(reaction: &GithubReactionHandle, token: Option<&str>) {
4795 let _ = gh_api_json("DELETE", &reaction.delete_endpoint, None, token);
4796}
4797
4798fn github_create_comment(
4799 owner: &str,

Callers 1

handle_github_commandFunction · 0.85

Calls 1

gh_api_jsonFunction · 0.85

Tested by

no test coverage detected