MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / patch_adds_marker

Function patch_adds_marker

xtask/src/main.rs:7176–7180  ·  view source on GitHub ↗
(patch_text: &str, marker: &str)

Source from the content-addressed store, hash-verified

7174}
7175
7176fn patch_adds_marker(patch_text: &str, marker: &str) -> bool {
7177 patch_text
7178 .lines()
7179 .any(|line| line.starts_with('+') && !line.starts_with("+++") && line.contains(marker))
7180}
7181
7182#[cfg(unix)]
7183fn check_wasix_bridge_abi_harness() -> Result<()> {

Callers 2

check_source_spineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected