aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy warnings and optimize code魏曹先生2025-09-253-17/+10
| | | | | | | - Rename from_str to from_address_str in tcp_connection to avoid trait conflict - Use ? operator instead of let...else patterns in local and vault initialization - Replace manual string slicing with strip_prefix in virtual_file.rs - All tests continue to pass after optimizations
* Fixed by Clippy魏曹先生2025-09-253-18/+15
|
* Update virtual_file.rs魏曹先生2025-09-251-3/+7
|
* Rename `env` to `vcs`魏曹先生2025-09-253-26/+70
|
* Rename `env` to `vcs`魏曹先生2025-09-2513-0/+1075