Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamSaffron/op-cache
/ default_socket_path
Function
default_socket_path
src/config.rs:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
fn default_socket_path() -> PathBuf {
24
PathBuf::from(
"/tmp/op-cache.sock"
)
25
}
26
27
fn default_ttl_seconds() -> u64 {
28
86400 // 24 hours
Callers
1
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected