Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ log_dir
Function
log_dir
packages/server/src/service.rs:264–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
fn log_dir() -> anyhow::Result<PathBuf> {
265
Ok(home_dir()?.join(
"Library/Logs"
))
266
}
267
268
fn reuse_running_service_if_matching(
269
options: &ServiceOptions,
Callers
3
active
Function · 0.85
install
Function · 0.85
reuse_running_service_if_matching
Function · 0.85
Calls
1
home_dir
Function · 0.70
Tested by
no test coverage detected