MCPcopy 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
264fn log_dir() -> anyhow::Result<PathBuf> {
265 Ok(home_dir()?.join("Library/Logs"))
266}
267
268fn reuse_running_service_if_matching(
269 options: &ServiceOptions,

Callers 3

activeFunction · 0.85
installFunction · 0.85

Calls 1

home_dirFunction · 0.70

Tested by

no test coverage detected