Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ apply_patch.rs
File
apply_patch.rs
crates/opencode-tool/src/apply_patch.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use regex::Regex;
3
use serde::{Deserialize, Serialize};
4
use std::collections::HashMap;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected