aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src/workspace/vault.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move `workspace` mod to `data`魏曹先生2025-09-251-133/+0
|
* Fix clippy warnings and optimize code魏曹先生2025-09-251-6/+2
| | | | | | | - 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
* Rename `env` to `vcs`魏曹先生2025-09-251-3/+3
|
* Rename `env` to `vcs`魏曹先生2025-09-251-0/+137