MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / service_metadata_path

Function service_metadata_path

packages/server/src/main.rs:2335–2337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2333}
2334
2335fn service_metadata_path() -> anyhow::Result<PathBuf> {
2336 Ok(simdeck_user_state_dir().join("service.json"))
2337}
2338
2339fn service_log_path() -> anyhow::Result<PathBuf> {
2340 Ok(simdeck_user_state_dir().join("service.log"))

Callers 7

start_project_serviceFunction · 0.85
kill_all_servicesFunction · 0.85
service_statusFunction · 0.85
read_service_metadataFunction · 0.85
write_service_metadataFunction · 0.85
mainFunction · 0.85

Calls 1

simdeck_user_state_dirFunction · 0.85

Tested by

no test coverage detected