mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-06-01 03:14:29 +07:00
memory-tagged follow-up — `node_base_role(node) -> Option<&str>` (line 568 of `validation_fixes_apply.rs`) was a thin shim over `node.base().role.as_deref()` with zero call sites anywhere in crates/* or vendor/*. Inlining at the (single, hypothetical) caller is shorter than the helper itself. `cargo test -p op-orchestrator` still 585 passed; workspace 1880 passed; fmt + clippy --workspace -D warnings clean. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| tools | ||
| Cargo.toml | ||