664: address argus nits (must_use + DEFAULT_DAEMON_SOCKET path)
This commit is contained in:
parent
6b6c6775ee
commit
4d64f253c8
2 changed files with 7 additions and 5 deletions
|
|
@ -33,6 +33,7 @@ pub const CONTAINER_RUNTIME_MOUNT: &str = "/run/hive";
|
|||
/// service environment sets `HOME` to the same path, so the OAuth
|
||||
/// session survives container restarts the same way the constant
|
||||
/// did.
|
||||
#[must_use]
|
||||
pub fn container_claude_mount(name: &str) -> String {
|
||||
format!("/home/{name}/.claude")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue