aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src/workspace/vault
Commit message (Collapse)AuthorAgeFilesLines
* Move `workspace` mod to `data`魏曹先生2025-09-253-621/+0
|
* Fix clippy warnings and optimize code魏曹先生2025-09-251-5/+6
| | | | | | | - 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-252-14/+13
|
* Update virtual_file.rs魏曹先生2025-09-251-3/+7
|
* Rename `env` to `vcs`魏曹先生2025-09-251-18/+62
|
* Rename `env` to `vcs`魏曹先生2025-09-253-0/+573